{"id":34041478,"url":"https://github.com/d3mnetworks/trkr","last_synced_at":"2026-04-06T02:01:45.726Z","repository":{"id":62585290,"uuid":"110304574","full_name":"D3MNetworks/trkr","owner":"D3MNetworks","description":"Py script for interfacing with our time tracker.","archived":false,"fork":false,"pushed_at":"2018-01-22T15:25:52.000Z","size":24,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-15T14:22:50.309Z","etag":null,"topics":["sheets-api","timetracker","trello-api"],"latest_commit_sha":null,"homepage":null,"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/D3MNetworks.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}},"created_at":"2017-11-11T00:11:57.000Z","updated_at":"2017-11-15T04:21:26.000Z","dependencies_parsed_at":"2022-11-03T22:05:10.259Z","dependency_job_id":null,"html_url":"https://github.com/D3MNetworks/trkr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/D3MNetworks/trkr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3MNetworks%2Ftrkr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3MNetworks%2Ftrkr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3MNetworks%2Ftrkr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3MNetworks%2Ftrkr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3MNetworks","download_url":"https://codeload.github.com/D3MNetworks/trkr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3MNetworks%2Ftrkr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["sheets-api","timetracker","trello-api"],"created_at":"2025-12-13T22:03:04.619Z","updated_at":"2026-04-06T02:01:45.718Z","avatar_url":"https://github.com/D3MNetworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trkr\n\n`trkr` is a command-line tool to help track what our team is working on and\nhow long they work on it. With Trello and Google Sheets integration, it allows\nyou to search and select a related Trello card, and writes directly to a Worksheet.\n\n## Requirements\n\nPython 2.6+ or 3+\n\n## Installation\n\n```python\npip install trkr\n```\n\n## Usage\n\nUsing trkr is as simple as running `trkr run`. A list of valid command is available\nby running `trkr --help`.\n\n### Description\n\nProvide a description of the work accomplished. If none is provided, the commit\nmessage of the last commit at HEAD will be used.\n\n### Minutes Worked\n\nTime worked in minutes (must be a valid integer).\n\n### Trello Card\n\nYou have the choice to (i)nput a card's URL, fuzzy (s)earch for a card, (p)ick from\na list of your assigned cards, or choose to (n)ot include a card.\n\n### Date\n\nEnter a timestamp in the `MM/DD/YYYY` format. This can be skipped, and will instead\nuse the current date.\n\n## Setup\n\nTo start the setup script, run `trkr setup`. It will ask for an email, Trello\nAPI keys, and the worksheet URL. All settings are saved at `~/.trkr/config.json`,\nand can be modified at a later time.\n\n### Trello Authentication\n\n#### Finding Client ID and Board ID\n\nOn Trello, navigate to a board and append `.json` to the URL. It should look\nsomething like `https://trello.com/c/\u003curl\u003e.json`. When the JSON data has loaded,\nhthe first `id` will be the *Board ID*; copy and save it somewhere.\n\nSearch next for your name or username, find the `id` associated with it, and\nsave it somewhere; this is your *Client ID*.\n\n#### API Keys and Token\n\nTrello API keys can be found at [trello.com/app-key](https://trello.com/app-key).\nThe hash found under `Key` is your *API Key*, and the one under `Secret` is your\n*API Secret*. A Token can be generated by clicking `Token` on the same page; this\nis your *Token*.\n\n### Google Sheets Authentication\n\nOnce you've created a new Google Sheet, it's URL is the *Document URL*, and the\nname of the sheet at the bottom is the *Worksheet Name*.\n\nIn order to authorize `trkr` to read/write from a worksheet, follow the steps\nlayed out in [Authorizing pygsheets](https://pygsheets.readthedocs.io/en/latest/authorizing.html).\nWith the JSON file in hand, move it to `~/.trkr/keyfile.json`. Lastly, share\nthe worksheet with the email found in `keyfile.json`. `trkr` should now be setup\nand ready to use!\n\n## Acknowledgement\n\n`trkr` relies on the great work done by the [pygsheets](https://github.com/nithinmurali/pygsheets/)\nand [py-trello](https://github.com/sarumont/py-trello) teams.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3mnetworks%2Ftrkr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3mnetworks%2Ftrkr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3mnetworks%2Ftrkr/lists"}