Skip to content

Geekfish/meetup-union

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup Union - a tool for meetup admins

This is a quick script I started building for the Bristol Codehub meetup to help us find whether there was attendee crossover from another meetup in a given event.

Installation

This script was build on python 3.6.5 but will probably work on most python 3.x.x.

Here are the installation steps:

export MEETUP_API_KEY=xxxxxxxx

Example Usage

The script takes 3 arguments:

  1. The url string identifier of your event's meetup
  2. The url string identifier of your target meetup
  3. The url int identifier of your event

Example:

python meetup_union.py 'CodeHub-Bristol' 'python-dbbug' 251030267

Massive Disclaimer

This is as quick 'n dirty as it can get.

The api client library will easily bomb out at any little random failures that the meetup API can have.

Feel free to use/improve/further build upon, eg this could be extended to fetch other stats (meetup-wide instead of event-specific or to perform completely different lookups).

About

Detect attendee crossover in meetup events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages