npm install
- Install MongoDB
- Get all of the races:
wget --no-verbose -O all-races.json 'http://api.speedrunslive.com/pastraces?game=isaacafterbirth&pageSize=8192'
vim all-races.json
- Remove the header so that it is a plain JSON array.
- Import them:
mongoimport --db isaac --collection races all-races.json --jsonArray
cpan App::cpanminus
cpanm MongoDB
cpanm File::Slurp
cpanm JSON
crontab -e
*/5 * * * * /root/zamiel-bot/update-races/update-race-database.pl
forked from Zamiell/zamiel-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Alvytv/zamiel-bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My IRC/Twitch/Discord bot
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 95.1%
- Perl 2.3%
- Python 2.2%
- Shell 0.4%