- Delete everything in your downloads folder
- Create a note in Notion
- Create an event in Google Calendar
Create a .env file by copying the .env.template file and fill in your data.
- Notion api key = key of database to make todo's
- Create a virtual environment (replace 'venv' with your preferred name)
python -m venv venv
- Activate the virtual environment
- On Windows
venv\Scripts\activate
- On Unix or MacOS
source venv/bin/activate
- Install required packages
pip install -r requirements.txt
- Activate venv
- On Windows
venv\Scripts\activate
- On Unix or MacOS
source venv/bin/activate
- Run nova.py
python src/nova.py