demo.mp4
This is a simple CLI tool that can be used to RSVP events from groups the user is a member of automatically. The tool is written in Python and uses Selenium to automate the process of RSVPing events. The tool is designed to be used with Meetup.com, a popular platform for organizing events. The tool can be used to RSVP events from multiple groups at once, saving the user time and effort.
- Clone the repository
- Install the required dependencies using
pip install -r requirements.txt
- Create
.env
and fill it with data as explained in.env.example
.
Everytime you want to RSVP events open the terminal and run this command python script.py
.
- This script works only with accounts that are created using the email and password, accounts created using Google, Facebook, etc. will not work.
- If the user wants to RSVP events from multiple groups not all the groups he joined, he can add the group name in the
GROUPS
list in the.env
file.
To run the script automatically every 30 minutes, follow these steps:
-
Replace
path\to\your\script.py
inrun_script.bat
file with the actual path toscript.py
. -
Replace
path\to\your\run_script.bat
inrun_script_silently.vbs
file with the actual path to yourrun_script.bat
file. -
To make this script run at startup, put the
run_script_silently.vbs
file in the Windows startup folder. You can open this folder by pressingWin+R
, typingshell:startup
, and hittingEnter
. Then, just copyrun_script_silently.vbs
file into this folder.