{"id":23586555,"url":"https://github.com/andrewl/trello_cli_tools","last_synced_at":"2026-04-29T00:03:43.527Z","repository":{"id":138547936,"uuid":"104858504","full_name":"andrewl/trello_cli_tools","owner":"andrewl","description":"Shell scripts for retrieving info from Trello","archived":false,"fork":false,"pushed_at":"2017-09-26T08:36:16.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T04:11:57.649Z","etag":null,"topics":["curl","rest","shell","trello","trello-api"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/andrewl.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}},"created_at":"2017-09-26T08:35:41.000Z","updated_at":"2017-09-26T13:01:59.000Z","dependencies_parsed_at":"2023-05-24T17:30:19.400Z","dependency_job_id":null,"html_url":"https://github.com/andrewl/trello_cli_tools","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/andrewl%2Ftrello_cli_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Ftrello_cli_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Ftrello_cli_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Ftrello_cli_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewl","download_url":"https://codeload.github.com/andrewl/trello_cli_tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239412450,"owners_count":19634016,"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":["curl","rest","shell","trello","trello-api"],"created_at":"2024-12-27T04:11:34.632Z","updated_at":"2025-11-03T10:30:39.247Z","avatar_url":"https://github.com/andrewl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bash scripts to read boards, lists and cards from the Trello API.\n\nSetup\n=====\n\nSet the following environment variables, either on the command line, or optionally store them in ~/.trello_cli.secret (an example file is provided in this repo).\nTRELLO_CLI_API_KEY\nTRELLO_CLI_OAUTH_TOKEN\n\nAll output is returned and formatted using json_pp, so you can grep, cut etc the data (see get_cards.sh for an example of this).\n\nScripts provided by this repo:\n\nGet Boards\n==========\n\nget_boards.sh\n\nRetrieves a list of boards for the given member, MEMBER_ID, eg\n\nMEMBER_ID=joe_slow123 ./get_boards.sh\n\nGet Lists\n=========\n\nget_lists.sh\n\nRetrieves a list of lists for the given board, BOARD_ID, eg\n\nBOARD_ID=23222bae5ec772 ./get_lists.sh\n\nGet Cards\n=========\n\nRetrieves a list of card names for the given list, LIST_ID, eg\n\nLIST_ID=5543422eeffeefcbab ./get_cards.sh\n\n(in order to see full output, run with TRELLO_VERBOSE=1, eg TRELLO_VERBOSE=1 LIST_ID=5543422eeffeefcbab ./get_cards.sh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewl%2Ftrello_cli_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewl%2Ftrello_cli_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewl%2Ftrello_cli_tools/lists"}