{"id":17825745,"url":"https://github.com/waishnav/watcher","last_synced_at":"2025-04-05T01:03:11.274Z","repository":{"id":39867825,"uuid":"467629823","full_name":"Waishnav/Watcher","owner":"Waishnav","description":"Minimal open source Screen-Time Tracker for Linux","archived":false,"fork":false,"pushed_at":"2024-11-13T07:46:48.000Z","size":12814,"stargazers_count":177,"open_issues_count":5,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T00:04:06.779Z","etag":null,"topics":["activitywatch","activitywatch-alternative","app-usage","arch-linux","css","debian","hacktoberfest","html","javascript","linux","minimal","productivity","python","react","real-time","screen-time","tracker","watch-your-activity","watcher","watcher-cli"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Waishnav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-08T18:25:49.000Z","updated_at":"2025-03-21T10:39:03.000Z","dependencies_parsed_at":"2023-01-31T19:30:48.799Z","dependency_job_id":"99ef79f6-cb82-470e-b82b-a3bcbc451c33","html_url":"https://github.com/Waishnav/Watcher","commit_stats":null,"previous_names":["watcher-org/watcher","waishnav/watcher"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Waishnav","download_url":"https://codeload.github.com/Waishnav/Watcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271514,"owners_count":20911587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activitywatch","activitywatch-alternative","app-usage","arch-linux","css","debian","hacktoberfest","html","javascript","linux","minimal","productivity","python","react","real-time","screen-time","tracker","watch-your-activity","watcher","watcher-cli"],"created_at":"2024-10-27T18:27:47.136Z","updated_at":"2025-04-05T01:03:11.249Z","avatar_url":"https://github.com/Waishnav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Watcher \n\n### Minimal Open source Screen-Time Tracker (CLI-app)\n\nNote: codebase in the python is being under migration in golang, you can checkout `go-migrate` branch for more info.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/e690e23c-3d09-4c23-b490-5cc8eff1a96b\" width=90% height=auto\u003e\n\n\n## Table of Contents\n\n- [About](#about)\n- [Gallery](#gallery)\n- [Installation](#installation)\n- [Want to Contribute](#want-to-contribute)\n- [Todo](#to-do)\n\n\n## About\n\nWatcher is CLI-app (at this moment) which helps you to get perspective about your Screen-time\n\n## Gallery\n\n\n|                                          Day Summary                                          |                                         Week Summary                                          |\n| :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: |\n| ![](https://github.com/user-attachments/assets/d7513cf1-f53e-429e-a1de-748bf4e0f094) | ![](https://github.com/user-attachments/assets/d44089ed-836b-4eee-b053-7f3adb850ec1) |\n\nFunfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet... Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time\n\n## Installation\n\n- Note: Install [`xprintidle`](https://github.com/g0hl1n/xprintidle) and [`xdotool`](https://github.com/jordansissel/xdotool) on your system ( the only dependancies other than python3 ). Install [`python3`](https://www.python.org/downloads/) if not installed in your machine.\n- First, Install the following dependancy `xprintidle` and `xdotool`\n\n```bash\n$ sudo [package-manager] install xprintidle xdotool\n```\n\n- Second, Copy the Following Command and paste in terminal\n\n```bash\n$ bash \u003c(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install)\n```\n\n- Then run install script\n\n```bash\n$ chmod +x ./install \u0026\u0026 ./install\n```\n\n### Want to Contribute\nIf you are interseted in contibuting checkout [CONTRIBUTING.md](https://github.com/Waishnav/Watcher/blob/main/CONTRIBUTING.md)\n\nYou can currently contribute to one of the three projects listed below throughout the HACTOBERFEST. \n- [Watcher Website](https://github.com/Waishnav/Watcher-web) (made with React)\n- [Watcher v1.0](https://github.com/Waishnav/Watcher/tree/v1.0) (No real time updates in logfile)\n- [Watcher v2.0](https://github.com/Waishnav/Watcher/tree/v2.0) (Real time stats in logfile)\n\nTo contribute, clone the relevant branch anywhere you wish to. \n\n## To-do\n\n- [x] AFK feature\n- [ ] GUI only if got 300 stars Probably [Tauri App](https://github.com/tauri-apps/tauri).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaishnav%2Fwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaishnav%2Fwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaishnav%2Fwatcher/lists"}