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

High Throughput Wrapper for TheRundown API [depreciated]

License

Notifications You must be signed in to change notification settings

betfund/betfund-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

High Throughput Wrapper for TheRundown API [depreciated]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published