uf0 / wiki-toc-scraper

Various scripts to play around with the Wikipedia articles table of contents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Installation If you want to run these scripts locally on your machine, be sure you have the following requirements installed.

###Requirements

Clone wiki-toc-scraper from the command line:

$ git clone https://github.com/uf0/wiki-toc-scraper.git

browse to wiki-toc-scraper root folder:

$ cd wiki-toc-scraper

install node dependencies:

$ npm install

####add data sources

...to be done

####output file

...to be done

####scripts index

...to be done

run one of the script...eg:

$ node getTocRevision.js

About

Various scripts to play around with the Wikipedia articles table of contents

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%