Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-portet/surebet-finder
🏈 💶 Sport surebet finder bot
https://github.com/l-portet/surebet-finder
arbitrage arbitrage-bot bet betting bot extractor finder node scanner scraper sport surebet
Last synced: 3 days ago
JSON representation
🏈 💶 Sport surebet finder bot
- Host: GitHub
- URL: https://github.com/l-portet/surebet-finder
- Owner: l-portet
- Created: 2019-11-06T03:24:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T11:58:11.000Z (4 months ago)
- Last Synced: 2025-01-17T03:06:27.951Z (10 days ago)
- Topics: arbitrage, arbitrage-bot, bet, betting, bot, extractor, finder, node, scanner, scraper, sport, surebet
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 63
- Watchers: 5
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# surebet-finder
Surebet finder bot## Installation
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.## Configuration
Modify the `config.js` file at your convenience.#### Sample config
```javascript
const config = {
allowExchanges: true, // Include exchange brokers
earnings: 100, // How much profit is targeted
verbose: true // Display results on the shell
};module.exports = config;
```## Usage
Run the bot
```
npm start
```
The results will be written in `output.json`## Issues
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.## Disclaimer
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.