Surebet finder bot
Clone the repo and run
npm install
Then, you need to set an API key from https://oddsapi.io/
in the env as API_KEY
.
You can do it by setting it manually or by creating a .env
file at the root of the project.
Modify the config.js
file at your convenience.
const config = {
allowExchanges: true, // Include exchange brokers
earnings: 100, // How much profit is targeted
verbose: true // Display results on the shell
};
module.exports = config;
Run the bot
npm start
The results will be written in output.json
If you find an issue, feel free to contact me or open an issue on github. You can also contribute by creating a pull request.
I can't be charged for any abusive usage or problem of this software. Be sure you have the proper rights before you run it.