A repository that automates filling out a when2meet using the Calendly API.
Set the CALENDLY_API_KEY
environment variable to your Calendly API key. You can get it from here.
export CALENDLY_API_KEY="your-api-key"
Check that your API key is set correctly (you should see your API key printed):
echo $CALENDLY_API_KEY
pip3 install requirements.txt
- installs the necessary requirements to run- If using Chrome, ask ChatGPT how to edit this code and make a PR; if using Firefox, download geckodriver using
brew install geckodriver
. - Change the variable
USER_NAME
in controller.py to your own - Run with the command
python3 controller.py <when2meet URL>
- If a When2Meet spans multiple years, it fills based on your calendar for the current year