Recently I had come across a wonderful application called “WakaTime”. It is an automatic time tracking tool catering specifically for developers. Among the plethora of time tracking applications, what makes “WakaTime” unique is that it is entirely focused towards tracking and categorising the time spend on various coding languages and projects. WakaTime does this by having integrations with almost every IDEs and code editors. I was not able to find anything like WakaTime on the market and had soon grown fond of it.

Even though WakaTime is perfect for tracking ones coding metrics, I had to purchase their premium plan for saving my dashboard data for more than 2 weeks. Fortunately, I came across a Github project which updates a Github Gist with the last 7 days coding metrics automatically using Github actions.
This prompted me to build an archiver which will fetch my data from WakaTime automatically in a predefined interval and archive it.
I have uploaded my code in Github and it works without the need of any other service just by utilising the Github Actions as follows.
In this manner, Weekly data of my coding metrics will be automatically uploaded to my Google drive, every week. Which I can aggregate and used for long term analytics and visualizations.
Once I was done with WakaTime Automation, I added a similar archiving process for RescueTime, which is another Automatic Time tracking software, which tracks everything when compared to WakaTime. Since I don’t have to archive Rescuetime data every week, I make it run on the first week of every new month and archives the entire previous months data.
Since the code is written in a modular fashion, I can add/remove any compactable Third-party service for fetching and saving my data to google drive.