Inspiration
program for meetup.com that sends an auto-RVSP to specific groups.
What it does
It takes care of authentication, searching for events in configured groups (not all), and automatically signing up on the user's behalf in a timely manner. Usage of existing Meetup client libraries is permitted.
How we built it
Fire the following commands in terminal to create a virtual environment and install the dependencies. python3 -m virtualenv ccextractor_env source ccextractor_env/bin/activate pip3 install -r requirements.txt Ensure that you have the username and password of Meetup.com present in your path export MEETUP_USERNAME=user export MEETUP_PASSWORD=pass Run groups.py thereby generating groups.json python3 groups.py This generated groups.json has the groups that you want to auto-RSVP.
Run rsvp.py inorder to RSVP all events available for the selected gropus. python3 rsvp.py
Log in or sign up for Devpost to join the conversation.