{"id":16180886,"url":"https://github.com/cqb13/github-stats","last_synced_at":"2025-04-19T16:54:21.034Z","repository":{"id":235938377,"uuid":"790254179","full_name":"cqb13/github-stats","owner":"cqb13","description":"A CLI tool for getting information on github repositories and users.","archived":false,"fork":false,"pushed_at":"2025-03-04T01:57:03.000Z","size":94,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:33:41.959Z","etag":null,"topics":["cli","git-scraping","github-rest-api","github-stats","rust-cli"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/cqb13.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":"2024-04-22T14:45:48.000Z","updated_at":"2025-03-04T01:55:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a055cefc-840a-4c7d-9b7d-6ae50518448a","html_url":"https://github.com/cqb13/github-stats","commit_stats":null,"previous_names":["cqb13/github-stats"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fgithub-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fgithub-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fgithub-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fgithub-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cqb13","download_url":"https://codeload.github.com/cqb13/github-stats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249743169,"owners_count":21319066,"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","git-scraping","github-rest-api","github-stats","rust-cli"],"created_at":"2024-10-10T06:10:38.763Z","updated_at":"2025-04-19T16:54:21.015Z","avatar_url":"https://github.com/cqb13.png","language":"Rust","readme":"# Github Stats (gstats)\n\n`gstats` is a CLI tool that provides comprehensive statistics and information about GitHub repositories and users.\n\n## Installation\n\n`gstats` can be installed either by cloning the repository and building from source or by downloading a precompiled executable from the release page. Below are the instructions for both methods:\n\n### Installing from Source\n\n1. **Clone the Repository**:\n   Clone `gstats` from GitHub to your local machine using the following command:\n\n   ```bash\n   git clone https://github.com/cqb13/github-stats\n   cd gstats\n   ```\n\n2. **Build and Install with Cargo** (requires Rust's cargo tool):\n   If you have Rust and Cargo installed, you can directly build and install the application using:\n\n   ```bash\n   cargo build --release\n   ./target/release/gstats install\n   ```\n\n### Installing from Precompiled Executables\n\n1. **Download the Latest Release**:\n   Go to the [Releases page](rhttps://github.com/cqb13/github-stats/releases) of the `gstats` repository and download the appropriate executable for your operating system.\n\n2. **Run Install Command**:\n   After downloading, you need to run the installation command. Assuming you have downloaded `gstats.exe`, you can install it by navigating to the download location and running:\n\n   ```bash\n   ./gstats install\n   ```\n\n   This command will set up `gstats` on your system, making it ready for use.\n\n### Post-Installation\n\nAfter installing `gstats`, you can run `gstats help` to see all available commands and how to use them. Make sure that the installation path of `gstats` is added to your system's PATH, so it can be run from any terminal session.\n\n## Usage\n\n```bash\n\nUSAGE:\n    gstats [COMMAND] [OPTIONS]\n\nCOMMANDS:\n    version - Prints version information\n\n    install - Installs the files and directories\n\n    repo - Displays general information about a repositoy\n        user          \u003cUSER\u003e                        (required) The user who owns the repository\n        repository    \u003cREPOSITORY\u003e                  (required) The name of the repository\n        -o            --output       \u003cOUTPUT\u003e                  File path to save the json\n        -d            --display                                Converts the json to an easier format (will remove some data)\n\n    repo - Displays general information about a repositoy\n        user          \u003cUSER\u003e                        (required) The user who owns the repository\n        repository    \u003cREPOSITORY\u003e                  (required) The name of the repository\n        -o            --output       \u003cOUTPUT\u003e                  File path to save the json\n        -d            --display                                Converts the json to an easier format (will remove some data)\n\n    releases - Displays informatiom about github releases\n        user          \u003cUSER\u003e                        (required) The user who owns the repository\n        repository    \u003cREPOSITORY\u003e                  (required) The name of the repository\n        -i            --individual                             Displays downloads per release along with total downloads\n        -l            --link                                   Displays download links for releases (if not individiual then for latest)\n        -o            --output       \u003cOUTPUT\u003e                  File path to save the json\n        -a            --all                                    Saves all the json from the request insteaad of a cleaned up version\n        -d            --display                                Converts the json to an easier format (will remove some data)\n\n    user - Displays information about a github user\n        user          \u003cUSER\u003e                        (required) The user who owns the repository\n        -o            --output       \u003cOUTPUT\u003e                  File path to save the json\n        -d            --display                                Converts the json to an easier format (will remove some data)\n\n    followers - Displays the followers of a github user\n        user          \u003cUSER\u003e                        (required) The user who owns the repository\n        -t            --toal                                   Displays the total follower count\n        -o            --output       \u003cOUTPUT\u003e                  File path to save the json\n        -d            --display                                Converts the json to an easier format (will remove some data)\n\n    following - Displays the users a github user is following\n        user          \u003cUSER\u003e                        (required) The user who owns the repository\n        -t            --toal                                   Displays the total follower count\n        -o            --output       \u003cOUTPUT\u003e                  File path to save the json\n        -d            --display                                Converts the json to an easier format (will remove some data)\n```\n\n## Contributing\n\nContributions are welcome! Feel free to fork this repository and submit pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqb13%2Fgithub-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcqb13%2Fgithub-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqb13%2Fgithub-stats/lists"}