ghstars


Nameghstars JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryCollect and render most notable stargazers for your GitHub projects.
upload_time2023-03-12 08:51:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords github stars stargazers scraping graphql api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ghstars

A CLI tool to collect and render as a staic website most notable stargazers for your GitHub projects.

Demo: [stars.orsinium.dev](https://stars.orsinium.dev/)

## Usage

1. Install: `python3 -m pip install ghstars`
1. [Generate GitHub API token](https://github.com/settings/tokens)
1. Fetch data: `ghstars fetch --token YOUR_TOKEN`. Requires one (or several) of the following flags:
    1. `--orgs life4`: space-separated list of organizations.
    1. `--repos life4/textdistance`: space-separated list of repositories.
1. Generate HTML: `ghstars render`

## Other commands

There are a few more commands to analyze the fetched data:

1. `ghstars top-authors`: show most popular projects authored by your stargazers.
1. `ghstars top-followed`: show stargazers with the most followers.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ghstars",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "github,stars,stargazers,scraping,graphql,api",
    "author": null,
    "author_email": "Gram <git@orsinium.dev>",
    "download_url": "https://files.pythonhosted.org/packages/d8/1b/eda19c94e50b07506ba34da8c8e2c92c91684586b20c3cffc45d780d35d6/ghstars-0.2.0.tar.gz",
    "platform": null,
    "description": "# ghstars\n\nA CLI tool to collect and render as a staic website most notable stargazers for your GitHub projects.\n\nDemo: [stars.orsinium.dev](https://stars.orsinium.dev/)\n\n## Usage\n\n1. Install: `python3 -m pip install ghstars`\n1. [Generate GitHub API token](https://github.com/settings/tokens)\n1. Fetch data: `ghstars fetch --token YOUR_TOKEN`. Requires one (or several) of the following flags:\n    1. `--orgs life4`: space-separated list of organizations.\n    1. `--repos life4/textdistance`: space-separated list of repositories.\n1. Generate HTML: `ghstars render`\n\n## Other commands\n\nThere are a few more commands to analyze the fetched data:\n\n1. `ghstars top-authors`: show most popular projects authored by your stargazers.\n1. `ghstars top-followed`: show stargazers with the most followers.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collect and render most notable stargazers for your GitHub projects.",
    "version": "0.2.0",
    "split_keywords": [
        "github",
        "stars",
        "stargazers",
        "scraping",
        "graphql",
        "api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78c2063fb0b0a0e2456e112aad352e1fbe62ee6f8eec9a64b3401021ff3fe3d8",
                "md5": "896409848bb27d740265f9d174ef50b4",
                "sha256": "d321a1a674963406ee48a5e4a6758d71430f789c784d12e98142a6c8792669fc"
            },
            "downloads": -1,
            "filename": "ghstars-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "896409848bb27d740265f9d174ef50b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12703,
            "upload_time": "2023-03-12T08:51:25",
            "upload_time_iso_8601": "2023-03-12T08:51:25.105887Z",
            "url": "https://files.pythonhosted.org/packages/78/c2/063fb0b0a0e2456e112aad352e1fbe62ee6f8eec9a64b3401021ff3fe3d8/ghstars-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d81beda19c94e50b07506ba34da8c8e2c92c91684586b20c3cffc45d780d35d6",
                "md5": "21560e24ab99c6eb25535f908f13e51d",
                "sha256": "ff280897cc591d34ab949472be25ebc2a386e13957bb6907c39ba61ccaf3e1a1"
            },
            "downloads": -1,
            "filename": "ghstars-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "21560e24ab99c6eb25535f908f13e51d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 45621,
            "upload_time": "2023-03-12T08:51:28",
            "upload_time_iso_8601": "2023-03-12T08:51:28.363209Z",
            "url": "https://files.pythonhosted.org/packages/d8/1b/eda19c94e50b07506ba34da8c8e2c92c91684586b20c3cffc45d780d35d6/ghstars-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 08:51:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ghstars"
}
        
Elapsed time: 0.04763s