python-api-client icon indicating copy to clipboard operation
python-api-client copied to clipboard

[discontinued] Python interfaces to the Meetup Web API

Results 5 python-api-client issues
Sort by recently updated
recently updated
newest added

-updated code to Python 3 -added setup.py which allows user to set-up a config file which stores user API key locally as a hashed value, eliminating the need to manually...

`GetEvent(id)` insists on a numeric id. Yet most of my groups have non-numeric fields for next_event. For example: ``` >>> g=client.GetGroup({'urlname': 'MilSpouseCoders-NOVA-Northern-Virginia'}) 29/30 (10 seconds remaining) >>> g >>> g.__dict__...

would love to see an update to this api. thanks!

I used to use the client library with pleasure until a few months ago. The first step of the protocol fails with a 403 Forbidden. The text on the page...

Thanks meetup for making this Python API client! I am hoping that you can release it as open source software, with a license, so that people have a clear understanding...