Skip to content

The main goal of this tool is to help you visualize, analyze and get insights about your tasks.

License

Notifications You must be signed in to change notification settings

MarianoOG/Task-Analytics

 
 

Repository files navigation

Task Analytics

The main goal for this tool is to help you visualize, analyze and get insights about your tasks in todoist.

How to run this tool locally

  1. Clone the repository git clone https://github.com/MarianoOG/Todoist-Analytics.git

  2. Create a virtual environment python -m venv venv

  3. Install dependencies pip install -r requirements.txt

  4. Create an app in your todoist App Management page.

  5. Create the environment variables with your app client_id and client_secret.

  6. 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

About

The main goal of this tool is to help you visualize, analyze and get insights about your tasks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.3%
  • Dockerfile 1.7%