Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniogamiz/trivia-bot
Bot to win https://www.trivinet.com/es/trivial-online/version-web
https://github.com/antoniogamiz/trivia-bot
Last synced: 6 days ago
JSON representation
Bot to win https://www.trivinet.com/es/trivial-online/version-web
- Host: GitHub
- URL: https://github.com/antoniogamiz/trivia-bot
- Owner: antoniogamiz
- License: gpl-3.0
- Created: 2020-03-15T20:07:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T23:40:41.000Z (over 3 years ago)
- Last Synced: 2024-10-30T01:39:35.639Z (about 2 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trivia Bot
Bot to win https://www.trivinet.com/es/trivial-online/version-web
## Usage
~~~
Usage: bot.js [options]Commands:
bot.js run Start up the botOptions:
--help Show help [boolean]
--version Show version number [boolean]
-f, --answers-file path to answers file[string] [default: "questions.json"]
-n, --workers-number number of workers [default: 3]
-t, --backup-time time between backups (milliseconds) [default: 2000]Examples:
bot.js run -f question.json Run the scraper from a specific file
bot.js run -n 3 Launch three different workers
bot.js run -t 1000 Answers file will be saved every secondEnjoy the trivial :D
~~~