Skip to content
A prime dice (bitcoin gambling) bot
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
LICENSE
README.md
config.py
primeDiceClass.py
run.py
shell.nix

README.md

primeDiceBot

A prime dice (bitcoin gambling) bot

LICENCE: GPLv3

Change your settings in config.py, and run run.py Depends on python requests

Captcha

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:

  1. Open the website on firefox (or google chrome)
  2. Login
  3. Open tools -> web developer -> web console (Ctrl-Shift-K) (Ctrl-Shift-I -> Console on chrome)
  4. Write localStorage.getItem("token") and copy it to the clipboard
  5. Paste it in the "config.py" file, in the "token" section
You can’t perform that action at this time.