Skip to content

Cally99/smk_trading_bot

Repository files navigation

Smarkets Trading Bot: workshop skeleton

Preliminaries

  1. Clone the repository
  2. Create python3 virtualenv virtualenv venv --python=python3
  3. 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

Project layout

  • 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%