aggregate meetup events into a single calendar
Requirements:
- Python 3
TODO: make virtualenv
Create a file local.py
within the settings
folder.
That will put your local.py
next to default.py
.
Any variables put in local.py
will override the settings in default.py
.
You'll want to at least override meetup_api_key
.
See the block comment at the top of default.py
for an example and brief instructions on how to do that.