KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
xenforo-scraper
★ 13
Open GitHub ↗
Scrape a single XenForo forum
Download README (.md)
Explore Similar Repositories
db_meter_library
:
Arduino library to implement a db meter with a analog sound sensor.
staff
:
Web Services Framework for C++ based on Axis2/C
markdown-it-named-headers
:
Plugin for markdown-it markdown parser. Adds name attributes to header tags in output.
gensum
:
Powerful checksum generator!
biogenerator
:
biogenerator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
xenforo-scraper
?
Download (.md)
xenforo-scraper ======================================== Scrape a single XenForo forum and save it to a sqlite3 database. This is a quick and dirty script used to back up the Lore and General Discussion forums on the [EverQuest Next](https://forums.station.sony.com/everquestnext) forums before they were removed. ## Requirements This script requires Node 0.10.33 or higher (I've only tested with Node 0.10.33). ## Running the Scraper 1. Modify the `xf-scraper.js` script to point to the correct forum. 2. Run the node script. ```bash node xf-scraper.js ```