Skip to content

atharva-2001/Toggl-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub License GitHub Repo stars GitHub commit activity GitHub code size in bytes

This small project helps you run a Dash app on localhost, in which you can see where your time has been used using data from Toggl track. It's just a more comprehensive report of your data. You can see the the project on PyPI too. In order to run the program, install the package using the code below:
pip install toggldash

You can run the dashboard using the python code below:

from toggldash import app
app.run()

The program then asks you your toggl credentials. It saves them in a file in your current directory called creds.txt. The file will look something like this


    email:yourawesome@email.com
    token:348975634875687ygegy85534653
    workspace_id:5525432
    

Or you can just create a file with the creds in it. The above creds won't work. By default the app will run on http://127.0.0.1:8050/


About

Dash app to plot data from Toggl Track

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages