github-bird


Namegithub-bird JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://www.linkedin.com/in/chandlersong/
Summarygithub tools
upload_time2024-11-10 14:56:48
maintainerNone
docs_urlNone
authorchandler song
requires_pythonNone
licenseMIT
keywords github api tool by token
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Introduction
## Install package
```shell
pip install github_bird
```

##  Example Usage:

```python
from github_bird.repos import GithubCrawler

# Define the GitHub API tokens here
tokens = ["your_token_1", "your_token_2"]  # Replace with actual tokens

crawler = GithubCrawler(tokens)
crawler.crawl_user_repos('milvus-io')

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.linkedin.com/in/chandlersong/",
    "name": "github-bird",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "github api tool by token",
    "author": "chandler song",
    "author_email": "275737875@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/b4/00/00ba0ecbc29227fc3c4a7c4f25dfc0461e1fa728d83db7395cbc6986502a/github_bird-0.0.0.tar.gz",
    "platform": "all",
    "description": "# Introduction\r\n## Install package\r\n```shell\r\npip install github_bird\r\n```\r\n\r\n##  Example Usage:\r\n\r\n```python\r\nfrom github_bird.repos import GithubCrawler\r\n\r\n# Define the GitHub API tokens here\r\ntokens = [\"your_token_1\", \"your_token_2\"]  # Replace with actual tokens\r\n\r\ncrawler = GithubCrawler(tokens)\r\ncrawler.crawl_user_repos('milvus-io')\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "github tools",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://www.linkedin.com/in/chandlersong/"
    },
    "split_keywords": [
        "github",
        "api",
        "tool",
        "by",
        "token"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b40000ba0ecbc29227fc3c4a7c4f25dfc0461e1fa728d83db7395cbc6986502a",
                "md5": "6af5dea8c4625ce57f28d989cbb24e8a",
                "sha256": "7e5e5cc73064d2ada05679731de577996155860ab38e51969ce49528cb04a034"
            },
            "downloads": -1,
            "filename": "github_bird-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6af5dea8c4625ce57f28d989cbb24e8a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2311,
            "upload_time": "2024-11-10T14:56:48",
            "upload_time_iso_8601": "2024-11-10T14:56:48.331077Z",
            "url": "https://files.pythonhosted.org/packages/b4/00/00ba0ecbc29227fc3c4a7c4f25dfc0461e1fa728d83db7395cbc6986502a/github_bird-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-10 14:56:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "github-bird"
}
        
Elapsed time: 0.93582s