twitchDig


NametwitchDig JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/mahrtayyab/twitchDig
SummaryAn easy Twitch Scraper
upload_time2023-11-26 17:10:29
maintainer
docs_urlNone
authorTayyab Kharl
requires_python>=3.6
licenseMIT
keywords twitch twitch scrape twitch stream
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # twitchDig
Fun Project to Scrape Twitch

## Prerequisites

Before you begin, ensure you have met the following requirements:

* Internet Connection
* Python 3.6+
* httpx 
* websocket

## Installation: 
```bash
pip install twitchDig
```

## Keep synced with latest fixes

##### **Pip might not be always updated , so to keep everything synced.**

```bash
pip install https://github.com/mahrtayyab/twitchDig/archive/main.zip --upgrade 
```

## A Quick Example:
```python
from twitchDig.bot import Bot

app = Bot()

user = app.get_user("kharltayyab")
print(user)
```

Full Documentation and Changelogs are ``Coming Soon``

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mahrtayyab/twitchDig",
    "name": "twitchDig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Twitch,Twitch Scrape,Twitch Stream",
    "author": "Tayyab Kharl",
    "author_email": "tayyabmahr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/e4/2bdc1003ef3bb5af0f3aff0154f9560d22e04cf7c051f2104fcc54ff46ef/twitchDig-0.1.tar.gz",
    "platform": null,
    "description": "# twitchDig\r\nFun Project to Scrape Twitch\r\n\r\n## Prerequisites\r\n\r\nBefore you begin, ensure you have met the following requirements:\r\n\r\n* Internet Connection\r\n* Python 3.6+\r\n* httpx \r\n* websocket\r\n\r\n## Installation: \r\n```bash\r\npip install twitchDig\r\n```\r\n\r\n## Keep synced with latest fixes\r\n\r\n##### **Pip might not be always updated , so to keep everything synced.**\r\n\r\n```bash\r\npip install https://github.com/mahrtayyab/twitchDig/archive/main.zip --upgrade \r\n```\r\n\r\n## A Quick Example:\r\n```python\r\nfrom twitchDig.bot import Bot\r\n\r\napp = Bot()\r\n\r\nuser = app.get_user(\"kharltayyab\")\r\nprint(user)\r\n```\r\n\r\nFull Documentation and Changelogs are ``Coming Soon``\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An easy Twitch Scraper",
    "version": "0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/mahrtayyab/twitchDig/issues",
        "Documentation": "https://github.com/mahrtayyab/twitchDig",
        "Homepage": "https://github.com/mahrtayyab/twitchDig"
    },
    "split_keywords": [
        "twitch",
        "twitch scrape",
        "twitch stream"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "086e6fbf293ee1568599292747cb65f8c6223532809bfb29dc877ed9a273cfb2",
                "md5": "ce67d671e2f6e73299eb18caebdb08b5",
                "sha256": "4e6abf8a9b324b581a06c3de332b7ce4d81124abc067743309a0708ec46c4dc7"
            },
            "downloads": -1,
            "filename": "twitchDig-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce67d671e2f6e73299eb18caebdb08b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 20838,
            "upload_time": "2023-11-26T17:10:28",
            "upload_time_iso_8601": "2023-11-26T17:10:28.363104Z",
            "url": "https://files.pythonhosted.org/packages/08/6e/6fbf293ee1568599292747cb65f8c6223532809bfb29dc877ed9a273cfb2/twitchDig-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de42bdc1003ef3bb5af0f3aff0154f9560d22e04cf7c051f2104fcc54ff46ef",
                "md5": "062a381b875747f0cdbc37f2ee9bc3c3",
                "sha256": "73e679fb2331380042352236653e0ae29f5e959f61926e6923718e9eb32809e0"
            },
            "downloads": -1,
            "filename": "twitchDig-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "062a381b875747f0cdbc37f2ee9bc3c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17278,
            "upload_time": "2023-11-26T17:10:29",
            "upload_time_iso_8601": "2023-11-26T17:10:29.865341Z",
            "url": "https://files.pythonhosted.org/packages/6d/e4/2bdc1003ef3bb5af0f3aff0154f9560d22e04cf7c051f2104fcc54ff46ef/twitchDig-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-26 17:10:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mahrtayyab",
    "github_project": "twitchDig",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "twitchdig"
}
        
Elapsed time: 0.14458s