Skip to content

Simple app to run your bustabit script on a Heroku remote server

Notifications You must be signed in to change notification settings

RosaEidola/bustabit-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

The easiest way is to install it with pip

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

About

Simple app to run your bustabit script on a Heroku remote server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.1%
  • JavaScript 13.2%
  • Dockerfile 10.7%