Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

fancyhands-python

Python library for the Fancy Hands API. Signup here.

Version

0.1

Requirements

  • [oauth2]

Installation

git clone git@github.com:fancyhands/fancyhands-python.git
cd fancyhands-python
python setup.py install

Usage

Get all your custom requests:
from fancyhands import FancyhandsClient

api_key = 'your_api_key'
secret = 'your_api_secret'

client = FancyhandsClient(api_key, secret)
requests = client.custom_get()

License

MIT