This project aims to run the bustabit game (https://www.bustabit.com/) 24/7 in a docker container.
Bustabit does not offer an API to work with, the best workaround is to simulate a web browser activity. Selenium is a powerfull api to automate browser activity.
Bustabit bot is simulating the creation of an auto bet script and launch it.
- Create a new Firefox profile
- Loggin to Bustabit with your new Firefox profile
- Get your Firefox profile folder
- Copy your folder at the root project
- Rename it firefox_profile
You could implement a logging process with Selenium but Captcha makes it impossible. Firefox profile remove this logging process.
- Create a compatible bustabit auto bet script
- Copy your script at the root project
- Rename it bustabit_script.js
The easiest way is to install it with
pip
docker-compose up -d
After this you can browse at localhost:8000 to see some usefull informations about your butsabit account and some of your script logs
You can modify the port number in docker-compose.yml
docker-compose down