- Clone the repository
- Create python3 virtualenv
virtualenv venv --python=python3
- Install the dependencies
pip install -r requirements.txt
Please have a read about the different betting formats: smarkets help center
More info: betting education @ smarkets help center
- First, please take a look at the client API walkthrough in
tutorial.py
. - Update the credentials in configuration_template.toml and rename it to configuration.toml
- The main bot entrypoint is in main.py
- Have fun!