Starter template for a sports betting bot
Top 64.5% on SourcePulse
This repository provides the codebase for a sports betting bot, as demonstrated in a YouTube video. It aims to offer a starting point for users to build their own automated sports betting solutions, leveraging AI for predictions and potentially integrating with betting platforms.
How It Works
The project offers two distinct versions: an Arbitrage Bot and a Deep Learning Bot, accessible via Colab notebooks for cloud execution. The "hard mode" setup involves deploying a Firebase app for Vercel, requiring integration with OpenAI and Twitter APIs for data fetching and predictions, and manual betting execution due to the difficulty in finding programmatic betting APIs.
Quick Start & Requirements
npm install
or yarn install
npm run ios
/npm run android
or yarn ios
/yarn android
Highlighted Details
Maintenance & Community
Credits are given to Ryankrumenacker, kyleskom, React Native Market, OpenAI, and Twitter. No specific community channels or active maintenance indicators are present in the README.
Licensing & Compatibility
The repository does not explicitly state a license. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The project is described as a starter template and requires significant manual implementation for full automation, particularly for programmatic bet execution. The README notes the difficulty in finding suitable programmatic betting APIs.
2 months ago
Inactive