Skip to main content

Python API for Meetup

Project description

API Client for Meetup

Latest Version Build Status Documentation Status Python Versions License

A Python API client for Meetup.

The official Meetup REST API documentation has a complete list of available API methods and their descriptions. A listing of implemented API methods is documented at API Client Details.

Quick Start

For more information, take a look at the Getting Started section of the documentation.

Installation

Assuming you have Python already, install the package using pip:

$ pip install meetup-api

Initialize Client and Execute API Call

>>> import meetup.api
>>> client = meetup.api.Client('my_special_api_key_value')
>>>
>>> type(client)
<class 'meetup.api.Client'>
>>>
>>> group_info = client.GetGroup({'urlname': 'Meetup-API-Testing'})
>>>
>>> type(group_info)
<class 'meetup.api.MeetupObject'>
>>>
>>> group_info.__dict__.keys()
dict_keys(['who', 'join_mode', 'link', 'created', 'country', 'name', 'id', 'visibility',
           'state', 'urlname', 'city', 'lat', 'timezone', 'members', 'lon', 'description',
           'organizer', 'category', 'next_event', 'group_photo'])
>>>
>>> group_info.id
1556336
>>>
>>> group_info.name
'Meetup API Testing Sandbox'
>>>
>>> group_info.link
'http://www.meetup.com/Meetup-API-Testing/'

For a full listing of implemented API methods, take a look at the API Client Details.

License

The MIT License (MIT)

Copyright (c) 2016 Pat Ferate

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

meetup-api-0.1.1.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

meetup_api-0.1.1-py2.py3-none-any.whl (229.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file meetup-api-0.1.1.tar.gz.

File metadata

  • Download URL: meetup-api-0.1.1.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for meetup-api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 83721e37f066c3faf9494592f9ba7ed4b931e9a1a46768ba2e4b55fb249a69ad
MD5 e56dd78c3cb51eb8f92b9c5809f634cc
BLAKE2b-256 76269c6ad3d4c680579b22ebed83c8e791038bdd925d410a526f23bee6ae7d83

See more details on using hashes here.

File details

Details for the file meetup_api-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for meetup_api-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8c6e0a2e6b46e3379a8318857084dd93e95bdc156a04b71b41ef7b63f4e91887
MD5 408bdcb31f80415a31894c4ee32f9f7f
BLAKE2b-256 b744a545b860f19cac088cb7f3e39beae8334b63e025729348ddeffb3342122a

See more details on using hashes here.

Supported by

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