Skip to main content

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

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.3.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file Attendly-0.2.3.tar.gz.

File metadata

  • Download URL: Attendly-0.2.3.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Attendly-0.2.3.tar.gz
Algorithm Hash digest
SHA256 64af7d2dca9caf03d0d9ffbf199e9ba0501efedadfbd3c80335e81f6e57c1684
MD5 146adcf5dc46bd955b6555199c20be9b
BLAKE2b-256 feab039fe1d3988fd51f0200bf53164eee778f3943824d40851db3f884fcc3dc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page