Betdaq API Python wrapper
Project description
# betdaq_py
Python wrapper for Betdaq API.
[Documentation](http://api.betdaq.com/v2.0/Docs/default.aspx)
# Installation
```
$ python setup.py install
```
# Usage
```python
>>> from betdaq_py.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.marketdata.get_sports()
>>> all_markets = api.marketdata.get_sports_markets([100005])
```
Python wrapper for Betdaq API.
[Documentation](http://api.betdaq.com/v2.0/Docs/default.aspx)
# Installation
```
$ python setup.py install
```
# Usage
```python
>>> from betdaq_py.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.marketdata.get_sports()
>>> all_markets = api.marketdata.get_sports_markets([100005])
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
betdaq-0.0.2a1.tar.gz
(21.8 kB
view details)
File details
Details for the file betdaq-0.0.2a1.tar.gz.
File metadata
- Download URL: betdaq-0.0.2a1.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
489a99155ec8365c2b34f2c7b7dc7a366d0f04567432f4b1cb30c9bb126c3128
|
|
| MD5 |
6f6bb349cd45eec591d601ce8d07f71e
|
|
| BLAKE2b-256 |
17122b19c10eb51b8d1a09c55a9a8f62ee931b08cc8851c278aab260bf24afc9
|