Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 510 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 510 Bytes

betfund-lines

Installation/Usage

From source

$ git clone https://github.com/betfund/betfund-lines.git
$ cd betfund-lines

$ python3.7 -m venv venv
$ pip install -e .

# For test dependencies
$ pip install -e ".[testing]"

Environment Variables

  • RUNDOWN_API_HOST

    • $ export RUNDOWN_API_HOST=yourHost
  • RUNDOWN_API_KEY

    • $ export RUNDOWN_API_KEY=yourSecretKey

Calling Client

The main runner is via lines.main

A caller will need to pass an argument sport_id