{"id":15766452,"url":"https://github.com/deep-codes/wakatime-cli","last_synced_at":"2025-05-05T19:19:33.995Z","repository":{"id":56062010,"uuid":"315943383","full_name":"Deep-Codes/wakatime-cli","owner":"Deep-Codes","description":"👨🏽‍💻 Wakatime Stats right in Your Terminal! 🧬","archived":false,"fork":false,"pushed_at":"2020-12-28T03:50:36.000Z","size":564,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T19:19:32.963Z","etag":null,"topics":["node-cli","typescript","wakatime","wakatime-api","wakatime-cli"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@deepcodes/wakatime-cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deep-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-25T13:11:37.000Z","updated_at":"2022-12-01T23:02:45.000Z","dependencies_parsed_at":"2022-08-15T12:30:36.461Z","dependency_job_id":null,"html_url":"https://github.com/Deep-Codes/wakatime-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deep-Codes%2Fwakatime-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deep-Codes%2Fwakatime-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deep-Codes%2Fwakatime-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deep-Codes%2Fwakatime-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deep-Codes","download_url":"https://codeload.github.com/Deep-Codes/wakatime-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252561062,"owners_count":21768063,"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":["node-cli","typescript","wakatime","wakatime-api","wakatime-cli"],"created_at":"2024-10-04T13:01:31.992Z","updated_at":"2025-05-05T19:19:33.979Z","avatar_url":"https://github.com/Deep-Codes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"media/logo.svg\" alt=\"Logo\" width=\"300\" \u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Getting Started\n\n### 👨🏽‍💻 Prerequisites\n\nThis is an example of how to list things you need to use the software and how to install them.\n\n- npm\n  ```sh\n  npm install npm@latest -g\n  ```\n- Wakatime Account\n\n### 🕹 Installation\n\n1. Get your Wakatime API Key from [Here](https://wakatime.com/settings/account)\n\n2. Install Via `npm`\n   ```sh\n   npm install -g @deepcodes/wakatime-cli\n   ```\n\n## 🧬 Usage\n\n- #### Options:\n\n```sh\n❯ wakatime-cli -h\nUsage: wakatime-cli [options]\n\nOptions:\n  -v, --vers              output the current version\n  -k, --apiKey \u003ctype\u003e     Enter Your Wakatime APIKEY\n  -r, --remove            Remove Your saved API_KEY\n  -l, --language          Coding Data of Languages in Last 7days\n  -a, --all               All Time Since Today\n  -g, --goals             Coding Goals Meet If Set Up\n  -d, --dashboard \u003ctype\u003e  Coding Dashboard of Specific Duration\n  -h, --help              display help for command\n```\n\n- #### Save API-KEY\n\nCopy Your `Wakatime APIKEY`:\n\nThis will Save your APIKEY.\n\n```sh\n wakatime-cli -k \u003cAPI_KEY\u003e\n```\n\nIf it's Saved it should show this:\n\n\u003cimg src=\"media/hello.png\" alt=\"Logo\" width=\"300\" \u003e\n\nNow that it's Saved You can get your Wakatime Stats Rightaway🚀\n\n- #### Language Stats\n\nGives Stats of Language of last 7days\n\n```sh\nwakatime-cli -l\n```\n\n\u003cimg src=\"media/lang.png\" alt=\"Logo\" width=\"300\" \u003e\n\n- #### Gives Cumulative Coding Time\n\n```sh\nwakatime-cli -a\n```\n\n\u003cimg src=\"media/all.png\" alt=\"Logo\" width=\"300\" \u003e\n\n- #### Dashboard\n\n```\nwakatime-cli -d \u003ctype\u003e\n```\n\n`\u003ctype\u003e` MUST be one of the following:\n-last_7_days\n-last_30_days\n-last_6_months\n-last_year\n\n\u003cimg src=\"media/dash.png\" alt=\"Logo\" width=\"300\" \u003e\n\n- #### Coding Goals\n\nYou must have Coding Goals Enabled For this:\n\n```\nwakatime-cli -g\n```\n\n\u003cimg src=\"media/goal.png\" alt=\"Logo\" width=\"300\" \u003e\n\n- #### Remove the Saved API-KEY\n\n```sh\nwakatime-cli -r\n```\n\n\u003cimg src=\"media/rm.png\" alt=\"Logo\" width=\"400\" \u003e\n\nMore Feature Will be Added Soon.\nIf you need some Feel Free to Open an Issue.\n\n## 🏗Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📚 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## 😇 Contact\n\nTwitter - [@DeepankarBhade](https://twitter.com/DeepankarBhade)\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 📖 Acknowledgements\n\n- [Wakatime](https://wakatime.com/dashboard)\n- [Wakatime API](https://wakatime.com/developers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-codes%2Fwakatime-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep-codes%2Fwakatime-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-codes%2Fwakatime-cli/lists"}