UNKNOWN
Project description
Python interface to the Attendly API
Note: This is a very early alpha release of the api.. things may change
Basic usage
import attendly
# Login (normally you would just store the apikey and only login once)
user = attendly.User.login('bobby7','password')
attendly.apikey(user['apikey'])
# Get a list of events
events = attendly.Event.list()
for e in events:
print e['event']['name']
# Get an event
event = attendly.Event.get(events[0]['event']['id'])
print event['url']
Install via pip
$ pip install Attendly
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Attendly-0.2.1.tar.gz
(1.7 kB
view hashes)
Built Distribution
Close
Hashes for Attendly-0.2.1.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd03cdb54237b42af24339297f37352a835c54f2c903bf46d3eee7407e9f955a |
|
MD5 | 39e8ab8ed5c22cbd3c39d52613115aad |
|
BLAKE2b-256 | 7cac4b0fb6e065179fb4875835a4ae955f60bd51b3e2c0aff07c359495a1ffc1 |