Skip to content

skimhub/skimlinks-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skimlinks SDK

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

Installation

  1. Clone the project
  2. Run pip install -r requirements.txt to install dependencies
  3. Run pip install -e . to install the libraries

Examples

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages