seventv


Nameseventv JSON
Version 2.4.1 PyPI version JSON
download
home_pagehttps://github.com/probablyjassin/seventv.py
SummaryAn asynchronous API-wrapper for 7tv.app
upload_time2024-01-06 13:52:17
maintainer
docs_urlNone
authorJässin Aouani
requires_python
licenseGPL
keywords
VCS
bugtrack_url
requirements aiohttp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
        An asynchronous Python API-wrapper for 7tv.app. 
        It makes use of the 7tv API (v3) to make it possible to get emotes, details about them, and soon some more things the API supports.
        To get emotes by search query, the wrapper uses the GraphQL endpoint 
        https://7tv.io/v3/gql because it seems to currently be the only working one for searching emotes.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/probablyjassin/seventv.py",
    "name": "seventv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "J\u00e4ssin Aouani",
    "author_email": "jassin@aouani.de",
    "download_url": "https://files.pythonhosted.org/packages/d2/e6/90b1f83b7c84c2f9fe116ffa66532f17e74c9373a551647e9123c965bc3b/seventv-2.4.1.tar.gz",
    "platform": null,
    "description": "\n        An asynchronous Python API-wrapper for 7tv.app. \n        It makes use of the 7tv API (v3) to make it possible to get emotes, details about them, and soon some more things the API supports.\n        To get emotes by search query, the wrapper uses the GraphQL endpoint \n        https://7tv.io/v3/gql because it seems to currently be the only working one for searching emotes.\n    \n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "An asynchronous API-wrapper for 7tv.app",
    "version": "2.4.1",
    "project_urls": {
        "Homepage": "https://github.com/probablyjassin/seventv.py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ac0224dfeb13fa6bb12d088a2bcadf4196ebc99b1e592636b851bbb830a2d5e",
                "md5": "6a66aa92ebb7224c9df8e7f66dc1f275",
                "sha256": "922db58f5fd28b08ddbc2beefb3df85e42d21ab03a9da1f9371c38a05fde47dc"
            },
            "downloads": -1,
            "filename": "seventv-2.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a66aa92ebb7224c9df8e7f66dc1f275",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15623,
            "upload_time": "2024-01-06T13:52:16",
            "upload_time_iso_8601": "2024-01-06T13:52:16.897888Z",
            "url": "https://files.pythonhosted.org/packages/0a/c0/224dfeb13fa6bb12d088a2bcadf4196ebc99b1e592636b851bbb830a2d5e/seventv-2.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2e690b1f83b7c84c2f9fe116ffa66532f17e74c9373a551647e9123c965bc3b",
                "md5": "28d3d1cf1b1d17af27ee885d282a721e",
                "sha256": "24c8b94c9f5e42576a38e68944568d628285a18d8cfec5564b394a49f7de0344"
            },
            "downloads": -1,
            "filename": "seventv-2.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "28d3d1cf1b1d17af27ee885d282a721e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16824,
            "upload_time": "2024-01-06T13:52:17",
            "upload_time_iso_8601": "2024-01-06T13:52:17.997111Z",
            "url": "https://files.pythonhosted.org/packages/d2/e6/90b1f83b7c84c2f9fe116ffa66532f17e74c9373a551647e9123c965bc3b/seventv-2.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 13:52:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "probablyjassin",
    "github_project": "seventv.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": []
        }
    ],
    "lcname": "seventv"
}
        
Elapsed time: 0.16169s