stuross / py-livefyre-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Livefyre API Client

from livefyre.client import Client
client = Client("http://api.livefyre.com", "...domain...", "...secret...")
client.ping()

Running Tests

export LIVEFYRE_CLIENT_SECRET=...
export LIVEFYRE_CLIENT_ID=...
export LIVEFYRE_API_ENDPOINT=...

python setup.py nosetests

About


Languages

Language:Python 100.0%