Skip to content

A python script to reserve my next week's 16B CSM section's room, which is done through google calendar

Notifications You must be signed in to change notification settings

daniel-endraws/16b-csm-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

16b-csm-room

A python script to reserve my next week's 16B CSM section's room, which is done through google calendar

Virtual Environment Stuff

Create the venv with: python -m venv .venv

Start the venv with: source .venv/bin/activate or (windows with git bash) source .venv/bin/activate

Then install dependencies pip install -r requirements.txt

Create a Project and Enable the API

https://developers.google.com/workspace/guides/create-project

Create Authorization Credentials

OAuth client ID for a desktop app https://developers.google.com/workspace/guides/create-credentials#desktop-app

If publishing status is testing, be sure to add the users

About

A python script to reserve my next week's 16B CSM section's room, which is done through google calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages