{"id":26194287,"url":"https://github.com/active-group/active-toggl","last_synced_at":"2026-04-28T04:03:02.758Z","repository":{"id":66641906,"uuid":"92578393","full_name":"active-group/active-toggl","owner":"active-group","description":"A Clojure program that obtains time entries via Toggl's REST API and outputs time entries as CSV.","archived":false,"fork":false,"pushed_at":"2024-10-31T13:21:43.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-12-27T13:16:35.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/active-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-05-27T06:59:10.000Z","updated_at":"2024-10-31T13:21:47.000Z","dependencies_parsed_at":"2023-07-20T05:55:08.632Z","dependency_job_id":null,"html_url":"https://github.com/active-group/active-toggl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/active-group/active-toggl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-toggl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-toggl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-toggl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-toggl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/active-group","download_url":"https://codeload.github.com/active-group/active-toggl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-toggl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32365519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-12T01:56:03.120Z","updated_at":"2026-04-28T04:03:02.695Z","avatar_url":"https://github.com/active-group.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# active-toggle\n\nA Clojure program that obtains time entries via [Toggl](https://toggl.com)'s\nREST API and outputs time entries as CSV for billing or time-keeping purposes.\n\n## Usage\n\n### Billing\n\nTo access your Toggle account you need your account's API token, see your [Toggle\nprofile](https://toggl.com/app/profile).\n\nThen you can run the program like this:\n\n    lein run \u003capi-token\u003e \u003cstart-date\u003e [\u003cend-date\u003e \u003cproject\u003e]\n\nThe dates for `start-date` and optional `end-date` need to be specified as\n`yyyy-mm-dd`.  If no end date is specified, today is assumed.  `project` is an\noptional project name that the program uses to filter time entries.\n\nFor example, running\n\n    lein run 0123456789ABCDEF 2017-05-01 2017-05-31 cleaning\n\nreturns all time entries that are in a project called \"cleaning\" for the month\nof May 2017:\n\n    \"Date\",\"Duration\",\"Description\"\n    \"2017-05-02\",\"1.00\",\"Kitchen\"\n    \"2017-05-08\",\"2.00\",\"Bathroom\"\n    \"2017-05-15\",\"5.00\",\"Office\"\n    \"2017-05-16\",\"0.75\",\"Garage\"\n    \"2017-05-22\",\"1.50\",\"Basement\"\n\n### Time-keeping\n\nTo access your Toggle account you need your account's API token, see your [Toggle\nprofile](https://toggl.com/app/profile).\n\nThen you can run the program like this:\n\n    lein run -a \u003capi-token\u003e \u003cstart-date\u003e [\u003cend-date\u003e]\n\nThe dates for `start-date` and optional `end-date` need to be specified as\n`yyyy-mm-dd`.  If no end date is specified, today is assumed.\nFor example, running\n\n    lein run -a 0123456789ABCDEF 2023-03-01 2023-03-06\n\nreturns all time entries that are in the specified period in March 2023:\n\n    \"Date\",\"Start\",\"End\",\"Duration\"\n    \"2023-03-01\",\"07:30:00\",\"15:00:00\",\"7.5\"\n    \"2023-03-02\",\"07:30:00\",\"15:00:00\",\"5.5\"\n    \"2023-03-06\",\"07:30:00\",\"15:00:00\",\"6.5\"\n\n## License\n\nCopyright © 2023 Active Group GmbH\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Factive-toggl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factive-group%2Factive-toggl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Factive-toggl/lists"}