connpass client
Project description
INSTALL
$ pip install python-connpass
or
$ easy_install python-connpass
API
Now, connpass has one API.
event search http://connpass.com/api/v1/event/
example:
connpass = Connpass() results = connpass.search(event_id=[364])
Command
usage: connpass [-h] [--event-id [EVENT_ID [EVENT_ID ...]]] [--keyword [KEYWORD [KEYWORD ...]]] [--keyword-or [KEYWORD_OR [KEYWORD_OR ...]]] [--ym [YM [YM ...]]] [--ymd [YMD [YMD ...]]] [--nickname [NICKNAME [NICKNAME ...]]] [--owner-nickname [OWNER_NICKNAME [OWNER_NICKNAME ...]]] [--series-id [SERIES_ID [SERIES_ID ...]]] [--start START] [--count COUNT] [--format {json}] optional arguments: -h, --help show this help message and exit --event-id [EVENT_ID [EVENT_ID ...]] --keyword [KEYWORD [KEYWORD ...]] --keyword-or [KEYWORD_OR [KEYWORD_OR ...]] --ym [YM [YM ...]] --ymd [YMD [YMD ...]] --nickname [NICKNAME [NICKNAME ...]] --owner-nickname [OWNER_NICKNAME [OWNER_NICKNAME ...]] --series-id [SERIES_ID [SERIES_ID ...]] --start START --count COUNT --format {json}
CHANGES
0.1 (2013-03-20)
first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-connpass-0.1.tar.gz
(3.2 kB
view hashes)