The Skimlinks SDK is a Python 2.7 wrapper around the public Skimlinks APIs (documentation at https://developers.skimlinks.com). It provides a couple of easy to use libraries to interact with the APIs in a convenient and standardized way
- Clone the project
- Run
pip install -r requirements.txt
to install dependencies - Run
pip install -e .
to install the libraries
The repo provides example scripts for the most common tasks requested by Skimlinks' publishers. Check out the files located in the examples
folder.
In order to run the examples simply execute them from the command line. For example:
python examples/merchant_get_monetizable_domains.py --client-id=aaaabbbb --client-secret=bbbbcccc --publisher-id=123