Python module to query the Discovergy API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
pip install -r "requirements.txt"
- Python 3
- Clone repository:
git clone git@github.com:buzzn/discovergy.git
- Import module:
from discovergy.discovergy import discovergy
- Setup virtual environment in root directory:
virtualenv -p /path/to/python3/installation my_venv
source my_venv/bin/activate
- Install module:
pip install .
- Run tests:
python -m unittest