{"id":13620437,"url":"https://github.com/caian-org/list-github-stars","last_synced_at":"2026-01-12T02:57:31.851Z","repository":{"id":38818106,"uuid":"430579798","full_name":"caian-org/list-github-stars","owner":"caian-org","description":"list all your starred repositories into a single, markdown-formatted page","archived":false,"fork":false,"pushed_at":"2025-01-05T14:16:43.000Z","size":735,"stargazers_count":13,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T15:28:23.419Z","etag":null,"topics":["cli","cli-tool","export","git","github","github-api","github-stars","go","golang","markdown"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caian-org.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":"2021-11-22T05:52:07.000Z","updated_at":"2025-01-05T14:16:43.000Z","dependencies_parsed_at":"2023-02-17T09:15:56.688Z","dependency_job_id":"ccb93ddd-dc63-42b1-a9e8-59b2fdefb3e9","html_url":"https://github.com/caian-org/list-github-stars","commit_stats":{"total_commits":76,"total_committers":4,"mean_commits":19.0,"dds":0.2894736842105263,"last_synced_commit":"baf80429c80fe55f23fa65fb4bdf308723bf091a"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caian-org%2Flist-github-stars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caian-org%2Flist-github-stars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caian-org%2Flist-github-stars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caian-org%2Flist-github-stars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caian-org","download_url":"https://codeload.github.com/caian-org/list-github-stars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248946001,"owners_count":21187427,"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":["cli","cli-tool","export","git","github","github-api","github-stars","go","golang","markdown"],"created_at":"2024-08-01T21:00:55.752Z","updated_at":"2026-01-12T02:57:31.835Z","avatar_url":"https://github.com/caian-org.png","language":"Go","readme":"[![Build \u0026 Check][gh-bnc-shield]][gh-bnc-url]\n[![Tests][gh-test-shield]][gh-test-url]\n[![GitHub tag][tag-shield]][tag-url]\n\n# list-github-stars\n\n\u003cimg src=\"icon.svg\" height=\"240px\" align=\"right\"/\u003e\n\nTiny CLI program capable of retrieving a GitHub user's starred repositories and\nformatting the data into a nice markdown document. You can see an example of\nthe program's output [here](https://gist.github.com/upsetbit/ada2117bd8c73a1e94e49580fd5c7cf7).\n\n[gh-bnc-shield]: https://img.shields.io/github/actions/workflow/status/caian-org/list-github-stars/build-many.yml?label=build\u0026logo=github\u0026style=for-the-badge\n\n[gh-bnc-url]: https://github.com/caian-org/list-github-stars/actions/workflows/build-many.yml\n\n[gh-test-shield]: https://img.shields.io/github/actions/workflow/status/caian-org/list-github-stars/test-many.yml?label=test\u0026logo=github\u0026style=for-the-badge\n[gh-test-url]: https://github.com/caian-org/list-github-stars/actions/workflows/test-many.yml\n\n[tag-shield]: https://img.shields.io/github/tag/caian-org/list-github-stars.svg?logo=git\u0026logoColor=FFF\u0026style=for-the-badge\n[tag-url]: https://github.com/caian-org/list-github-stars/releases\n\n\n### Usage\n\nAuthentication is made via [personal access tokens][pat]. Create a token,\nexport to the environment variable `GITHUB_TOKEN` and run. The output is sent\nto `STDOUT`, so to create a file, just do:\n\n```sh\n./list-github-stars \u003e\u003e my-stars.md\n```\n\nYou can use external programs such as [`pandoc`][pandoc] to convert the output\nto other formats. E.g.:\n\n```sh\n# MS Word document\n./list-github-stars | pandoc -o stars.docx\n\n# HTML page\n./list-github-stars | pandoc -o stars.html\n\n# HTML page with custom stylesheet\n./list-github-stars | pandoc -o stars.html --self-contained --css=style.css\n```\n\n[pat]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\n[pandoc]: https://pandoc.org\n\n### Run with Docker\n\n```sh\ndocker run --rm -e GITHUB_TOKEN=\"your-github-auth-token\" caian/list-github-stars \u003e\u003e stars.md\n```\n\n\n## License\n\nTo the extent possible under law, [Caian Ertl][me] has waived __all copyright\nand related or neighboring rights to this work__. In the spirit of _freedom of\ninformation_, I encourage you to fork, modify, change, share, or do whatever\nyou like with this project! [`^C ^V`][kopimi]\n\n[![License][cc-shield]][cc-url]\n\n[me]: https://github.com/upsetbit\n[cc-shield]: https://forthebadge.com/images/badges/cc-0.svg\n[cc-url]: http://creativecommons.org/publicdomain/zero/1.0\n\n[kopimi]: https://kopimi.com\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaian-org%2Flist-github-stars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaian-org%2Flist-github-stars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaian-org%2Flist-github-stars/lists"}