meetup-api icon indicating copy to clipboard operation
meetup-api copied to clipboard

Python API for Meetup

Results 8 meetup-api issues
Sort by recently updated
recently updated
newest added

Hi, whenever I make a request the "_call" crashes at meetup/api.py", line 170, in _call ``` if int(self.rate_limit.remaining)

In the API spec (v3) you can set page = value (i think its limited to 500 on meetups side) but using the method here I can't override the default...

Now the Meetup is using OAuth 2 instead of API key, how can I use this meetup-api?

It seems like key should contain package name currently `api_specification` files are not installed if you run: `pip install https://github.com/pferate/meetup-api/archive/master.zip`

I've seen 503 errors when iterating through large query sets, so raise an exception rather than falling through into the next code block.

would love to see more improvements on this api...no oauth client? is there anyway for me get groups of those with specific memberids? I'd like to be able to get...

Add a Mock interface so that all of the unit tests don't have to hit the remote Meetup API server.