Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.56 KB

Bustabit Bot

This project aims to run the bustabit game (https://www.bustabit.com/) 24/7 in a docker container.

How it works

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.

How to setup

firefox_profile

You could implement a logging process with Selenium but Captcha makes it impossible. Firefox profile remove this logging process.

bustabit_script

docker-compose

How to launch

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

How to stop

docker compose down