This is a NodeJS program which checks the latest xkcd comic, and automatically creates the explainXKCD wiki pages for it.
It uses the info.0.json
api to collect comic information.
xkcd is queried every 2 minutes, and explainXKCD is queried and updated only when a new comic is released.
The bot automatically logs in to the wiki again every week.
node index <user> <pass>
- Download or clone this repository.
cd
into the directory- Run
npm install