Skip to main content

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.

Release files for meetup-api 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for meetup-api 0.1.1
File Size Uploaded
meetup-api-0.1.1.tar.gz 28.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for meetup-api 0.1.1
File Interpreter ABI Platform
meetup_api-0.1.1-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 257.2 kB

Release files / meetup-api-0.1.1.tar.gz

Download URL meetup-api-0.1.1.tar.gz
Size 28.2 kB
Tags Source
SHA-256 checksum
How to use checksums
83721e37f066c3faf9494592f9ba7ed4b931e9a1a46768ba2e4b55fb249a69ad
BLAKE2b-256 checksum
How to use checksums
76269c6ad3d4c680579b22ebed83c8e791038bdd925d410a526f23bee6ae7d83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / meetup_api-0.1.1-py2.py3-none-any.whl

Download URL meetup_api-0.1.1-py2.py3-none-any.whl
Size 229.0 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
8c6e0a2e6b46e3379a8318857084dd93e95bdc156a04b71b41ef7b63f4e91887
BLAKE2b-256 checksum
How to use checksums
b744a545b860f19cac088cb7f3e39beae8334b63e025729348ddeffb3342122a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 release files

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page