Git Product home page Git Product logo

python-api-client's Introduction

Python API Client

note this project is not actively maintained but contributions are welcome.

See Meetup API Clients for details.

python-api-client's People

Contributors

hankhank avatar justinabrahms avatar omwah avatar softprops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-api-client's Issues

how to use group.next_event

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
<meetup.api.MeetupObject object at 0x7ff2390657d0>
>>> g.__dict__
....
 'next_event': {u'id': **u'ckgxmpyxhbkb**',
                u'name': u'MilSpouseCoders Evening Code Edition!',
                u'time': 1525734000000,
                u'utc_offset': -14400000,
                u'yes_rsvp_count': 6},
....
>>> e=client.GetEvent({'id': 'ckgxmpyxhbkb'})
29/30 (10 seconds remaining)
>>> e
<meetup.api.MeetupObject object at 0x7ff2390a7850>
>>> pprint.PrettyPrinter().pprint(e.__dict__)
{'code': u'invalid_param',
 **'details': u"Value for 'id' is invalid: All values must be integers"**,
 'problem': u'An invalid parameter value was requested'}

So how can I get details on the next_event for a Group, if the id doesn't work for GetEvent() ?

Please give permission to use this software, under e.g. Apache License 2.0

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 that they can distribute and use this code.

A very common such license is the Apache License 2.0. I'm happy to help with this process, if you have questions about that.

http://choosealicense.com/ is a website from the nice people at @github.

More info from GitHub Help: "Generally speaking, the absence of a license means that the default copyright laws apply. This means that you retain all rights to your source code and that nobody else may reproduce, distribute, or create derivative works from your work. This might not be what you intend." https://help.github.com/articles/open-source-licensing

I'm happy to help if you have any questions. Thanks oodles for writing and sharing this code! The generosity of companies like Meetup is what makes open source flourish.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.