Version 1.0.0
pip install -r requirements.txt
Add the folder to your $PATH variable
- Rename the everhour.ini.example to everhour.ini
- Go to https://app.everhour.com/#/account/profile
- Copy the API Token into your clipboard
- Edit the everhour.ini file and replace the example token
everhour log ls --limit 3
------------------------------------------------------------------------------------------------------------------
| Date | Project | Task | Task ID | Hours |
------------------------------------------------------------------------------------------------------------------
| 2018-05-19 | My Client | Setup Dev Server | ev:164347293151111 | 5.00 |
| 2018-05-18 | My Client | Setup Dev Server | ev:164347293151111 | 3.00 |
| 2018-05-17 | My Client | Setup Dev Server | ev:164347293151111 | 5.00 |
------------------------------------------------------------------------------------------------------------------
everhour projects ls
-----------------------------------------------------------------
| Id | Name |
-----------------------------------------------------------------
| ev:163263560641111 | Partner work |
| ev:163263561971111 | Product Work |
| ev:163263567591111 | Engineering work |
-----------------------------------------------------------------
everhour projects ls product
-----------------------------------------------------------------
| Id | Name |
-----------------------------------------------------------------
| ev:163263561971111 | Product Work |
-----------------------------------------------------------------
everhour tasks ls 163263561971111
----------------------------------------------------------------------------------------
| Id | Name | Hours |
----------------------------------------------------------------------------------------
| ev:163386356211111 | Project Managment | 55 |
| ev:163499436211111 | Activity Tracking | 22 |
| ev:164347293111111 | Setup Dev Server | 0 |
----------------------------------------------------------------------------------------
everhour log add --task 164347293111111 --hours 3
everhour log add --task 164347293111111 --hours 3 --date yesterday
everhour log add --task 164347293111111 --hours 3 --date mon
everhour log add --task 164347293111111 --hours 3 --date 2018-05-10
everhour log set --task 164347293111111 --hours 3 --date 2018-05-10
- Create proper python package
- Add caching for profile, project and task lookups
- ...
Enjoy!