python3 -m venv env
python3 -m pip install requests
python3 -m pip install todoist-python
python3 -m pip install pytz
First copy over the example file to the correct location
$ cp lib/example_secrets.py lib/secrets.py
Then go ahead and add your own token to the file lib/secrets.py N.B. This file is automatically .gitignored so it shouldn't get added, however be extra careful to never share your token in git!
- Note the power supply is a 5v 2A power supply
- add requirements.txt
- add secrets.py and ignore it
- set up any kind of modules/lib environment
- separate lib file to get the string from