A way for computer science student to keep track of their internships
This is a slight bit of a process so please follow ALL steps
Make a Google App Key to use during setup.
- Go to the Google Cloud Console
- Create a new project (or select an existing one)
- Add your email as a dev tester
- Enable the Gmail and Google Sheets API
- Go to "APIs & Services" > "Credentials"
- Create OAuth 2.0 Client ID credentials
- Download the JSON file, which will be your credentials file
- Place credentials file into your config with the name
credentials.json
python3.11 -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt python ./src/pyTrackerInstaller.py
Make a new google sheet, and take the ID found with https://docs.google.com/spreadsheets/d/YOUR_SHEET_ID_HERE/edit#gid=0
Enter the required details, and press set up google sheet
Download Ollama