Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 bot

Options:
--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 second

Enjoy the trivial :D
~~~