/poker-plumbing

pipes and wires to get your poker bot talking to the world

Primary LanguagePythonMIT LicenseMIT

poker-plumbing

pipes and wires to get your poker bot talking to the world

Build Status codecov.io

Setup

Go to https://casino.gnmerritt.net and create an account. Add a new bot to your account, and take note of its passkey. Add the key and the command required to run your bot to your configuration file.

Next, make sure you have the necessary python libraries installed:

python --version # should be 2.7 or higher
pip install -r requirements.txt

Finally, start your bot with:

python play.py

Logs will be streamed to logs/ as the bot runs. Good luck!