A prime dice (bitcoin gambling) bot
LICENCE: GPLv3
Change your settings in config.py, and run run.py Depends on python requests
The bot login stopped working because of the use of recaptcha. To account for that, you need to login manually one time and give the bot the token. To get the token:
- Open the website on firefox (or google chrome)
- Login
- Open tools -> web developer -> web console (Ctrl-Shift-K) (Ctrl-Shift-I -> Console on chrome)
- Write
localStorage.getItem("token")
and copy it to the clipboard - Paste it in the "config.py" file, in the "token" section