/today_machine

This is an interface for todoist, the raspberry pi, and a thermal receipt printer

Primary LanguagePython

Run

python3 -m venv env
python3 -m pip install requests
python3 -m pip install todoist-python 
python3 -m pip install pytz

Add your own API token

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!

Fritzing diagram

TODOS:

  • 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