Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.3 KB

readme.md

File metadata and controls

44 lines (23 loc) · 1.3 KB

meetup_ical_export

This script will find all the meetup groups you're a part of, and take all of their events and export them in ical format so you can subscribe to a rolling calendar of meetup events that you might be interested in.

But now you don't have to go on meetup.com or say that you're going ahead of time. :)

setup

meetup api key

Just export your meetup API key as MEETUP_KEY.

python depenencies

$ pip install -r requirements.txt

run the script

$ python script.py

Local Deployment

Deploy

As I understand it you should be able to deploy just by hitting this button!

Just make sure to set the Config Var MEETUP_KEY to your meetup api key.

You can get a meetup api key here.

Deploying if you're not in EST

You'll need to do one extra step:

look for the timezone string 'America/New_York' in app.py, and make sure you adjust it to your local timezone string.

If you're not sure what yours is just take a look at this list. I'm pretty confident almost all of them should be supported.