This project is to get data from Todoist to a Postgres database.
This is a project for me to learn with. Don't expect anything big here.
- Get a postgres database up and running. Could use the official Docker.
- Need to configure user and tables
- Configure a .env file like env.example
- Run
python todoist_to_postgres.py
in main directory