The main goal for this tool is to help you visualize, analyze and get insights about your tasks in todoist.
-
Clone the repository
git clone https://github.com/MarianoOG/Todoist-Analytics.git
-
Create a virtual environment
python -m venv venv
-
Install dependencies
pip install -r requirements.txt
-
Create an app in your todoist App Management page.
-
Create the environment variables with your app client_id and client_secret.
-
Run the streamlit app
streamlit run 🏠_Homepage.py --server.port 8080
- Alternatively you can also use docker, just remember to use -p 8080:8080 and declare the environment variables