eric6-wakatime
Metrics, insights, and time tracking automatically generated from your programming activity.
Installation
- Run
install.py
:
Mac and Linux
curl -fsSL https://raw.githubusercontent.com/wakatime/eric6-wakatime/master/install.py | python
Windows
Download and extract eric6-wakatime-master.zip, then double click install.py
.
-
Restart Eric6/Pymakr.
-
Enter your api key, then press
enter
. If not prompted, select File → WakaTime. -
Use Eric6/Pymakr and your time will be tracked for you automatically.
-
Visit https://wakatime.com/dashboard to see your logged time.
Screen Shots
Troubleshooting
First, turn on debug mode in your ~/.wakatime.cfg
file by adding this line:
debug = true
Second, in Pymakr/Eric6 go to Settings → Enable expert mode, then add this line to your ~/.config/Pycom/pymakr.ini
file under the UI
section:
AdvancedBottomSidebar=true
Then, restart Eric6/Pymakr and look for error messages in the Log-Viewer tab at the bottom.
Also, tail your $HOME/.wakatime.log
file to debug wakatime cli problems.
For more general troubleshooting information, see wakatime/wakatime#troubleshooting.