{"id":13595481,"url":"https://github.com/dtolnay/star-history","last_synced_at":"2025-05-15T16:06:48.550Z","repository":{"id":45763446,"uuid":"233191290","full_name":"dtolnay/star-history","owner":"dtolnay","description":"Graph history of GitHub stars of a user or repo over time","archived":false,"fork":false,"pushed_at":"2025-03-30T19:26:38.000Z","size":335,"stargazers_count":195,"open_issues_count":2,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-08T15:54:09.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dtolnay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","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},"funding":{"github":"dtolnay"}},"created_at":"2020-01-11T07:06:54.000Z","updated_at":"2025-04-22T13:26:47.000Z","dependencies_parsed_at":"2023-10-02T07:01:51.149Z","dependency_job_id":"95928cc3-3e7b-472b-a933-d5d36d000c32","html_url":"https://github.com/dtolnay/star-history","commit_stats":{"total_commits":148,"total_committers":3,"mean_commits":"49.333333333333336","dds":0.03378378378378377,"last_synced_commit":"7387486138bb456b1823241dc04320d89cb8c568"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtolnay%2Fstar-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtolnay%2Fstar-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtolnay%2Fstar-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtolnay%2Fstar-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtolnay","download_url":"https://codeload.github.com/dtolnay/star-history/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374471,"owners_count":22060611,"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":[],"created_at":"2024-08-01T16:01:50.779Z","updated_at":"2025-05-15T16:06:48.530Z","avatar_url":"https://github.com/dtolnay.png","language":"Rust","funding_links":["https://github.com/sponsors/dtolnay"],"categories":["Rust"],"sub_categories":[],"readme":"GitHub star history\n===================\n\n[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github-dtolnay/star--history-8da0cb?style=for-the-badge\u0026labelColor=555555\u0026logo=github\" height=\"20\"\u003e](https://github.com/dtolnay/star-history)\n[\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/star-history.svg?style=for-the-badge\u0026color=fc8d62\u0026logo=rust\" height=\"20\"\u003e](https://crates.io/crates/star-history)\n[\u003cimg alt=\"build status\" src=\"https://img.shields.io/github/actions/workflow/status/dtolnay/star-history/ci.yml?branch=master\u0026style=for-the-badge\" height=\"20\"\u003e](https://github.com/dtolnay/star-history/actions?query=branch%3Amaster)\n\nCommand line program to generate a graph showing number of GitHub stars of a\nuser, org or repo over time.\n\n```console\n$ cargo install star-history\n```\n\n*Compiler support: requires rustc 1.46+*\n\n\u003cbr\u003e\n\n## Screenshot\n\n![star history of rust-lang/rust](https://user-images.githubusercontent.com/1940490/72231437-3761ff80-3570-11ea-8658-6a269feb3a21.png)\n\n\u003cbr\u003e\n\n## Usage\n\nWe require a token for accessing GitHub's GraphQL API. If you have the [GitHub\nCLI] (`gh`) installed, you can run `gh auth status` to find out whether a token\nis already set up on your machine, and `gh auth login` if one isn't.\n\n[GitHub CLI]: https://cli.github.com\n\n```console\n$ gh auth login\n\n$ star-history dtolnay\n$ star-history serde-rs\n$ star-history rust-lang/rust\n```\n\nSimply pass multiple arguments to display multiple users or repositories on the\nsame graph.\n\nThe generated graphs use [D3](https://d3js.org/); the star-history command\nshould pop open a browser showing your graph. It uses the same mechanism that\n`cargo doc --open` uses so hopefully it works well on various systems.\n\nIf you prefer not to use the `gh` CLI, you can instead provide a token to\nstar-history through the GITHUB\\_TOKEN environment variable. Head to\n\u003chttps://github.com/settings/tokens\u003e and click \"Generate new token (classic)\".\nThe default public access permission is sufficient \u0026mdash; you can leave all the\ncheckboxes empty. Save the generated token somewhere like ~/.githubtoken. Then\n`export GITHUB_TOKEN=$(cat ~/.githubtoken)` prior to running star-history\ncommands.\n\n\u003cbr\u003e\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtolnay%2Fstar-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtolnay%2Fstar-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtolnay%2Fstar-history/lists"}