amiandopy

amiandoPy makes it really easy to interact with amiando's API


License
Other
Install
pip install amiandopy==0.2

Documentation

amiandopy

amiandopy makes it really easy to interact with Facebook's Graph API.

Usage

from amiandopy.amiando_api import AmiandoAPI

graph = AmiandoAPI(amiando_api_key)

# Get events
graph.get('event/find')

Installation

$ pip install amiandopy

Contribute

  • Fork the repository.
  • Do your thing (preferably on a feature branch).
  • Write a test that demonstrates that the bug was fixed or the feature works as expected.
  • Send a pull request and bug me until I merge it!