Python script for automating the screenshot folder for Google Calendar Events.
Check out YouTube video about this script: https://www.youtube.com/watch?v=C0qgcsRvsOs
- Install dependencies:
pip install -r requirements.txt
- Enable Google Calendar API and download
credentials.json
. You can refer to this. - Set default screenshot location in the script.
- Run the script:
python screenshot_organizer.py
- Sometimes Google Calendar access token might expire. If the script does not print URL to visit and authenticate, then you can manually delete
token.json
and restart the script.