Meetups is a simple events calendar app. Given a no_later_than date and a meetups list it will generate a markdown file with a list of upcoming events. You can see an example here.
-
Clone the repo
-
Create a virtual environment
python3 -m venv env
-
Activate the environment
source env/bin/activate -
Install dependencies
pip install -r requirements.txt
-
Modify
config.jsonaccording to your needs -
Run
python meetup.py

