kenoAPI


NamekenoAPI JSON
Version 4.9.0 PyPI version JSON
download
home_pagehttps://github.com/JGolafshan/KenoAPI
SummaryPython-based API used to fetch real-time and historical data from the Australian Keno website.
upload_time2023-07-06 23:24:55
maintainer
docs_urlNone
authorJoshua David Golafshan
requires_python
license
keywords keno api keno algo algobetting api betting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # keno-api - Unofficial Keno API

## What is it?
keno-api is a Python package that provides data from the official [Keno](https://www.keno.com.au/) website.

## Main Features
* Historical Draws.
* Monitor Live Draws.
* Real-time Jackpot's.
* Hot And Cold Numbers.

## Where to get it
```
pip install kenoAPI
```

## Dependencies
* [Requests](https://github.com/psf/requests)
* [Pandas](https://github.com/pandas-dev/pandas)
* Datetime

## License
[BSD 3](https://github.com/JGolafshan/KenoAPI/blob/main/LICENSE)
This software has been developed for educational use only. Use at your own risk.

## Documentation
[Wiki / Documentation](https://github.com/JGolafshan/KenoAPI/wiki)

## TODO
Nothing

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JGolafshan/KenoAPI",
    "name": "kenoAPI",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "keno API,keno,algo,algobetting,API,betting",
    "author": "Joshua David Golafshan",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# keno-api - Unofficial Keno API\r\n\r\n## What is it?\r\nkeno-api is a Python package that provides data from the official [Keno](https://www.keno.com.au/) website.\r\n\r\n## Main Features\r\n* Historical Draws.\r\n* Monitor Live Draws.\r\n* Real-time Jackpot's.\r\n* Hot And Cold Numbers.\r\n\r\n## Where to get it\r\n```\r\npip install kenoAPI\r\n```\r\n\r\n## Dependencies\r\n* [Requests](https://github.com/psf/requests)\r\n* [Pandas](https://github.com/pandas-dev/pandas)\r\n* Datetime\r\n\r\n## License\r\n[BSD 3](https://github.com/JGolafshan/KenoAPI/blob/main/LICENSE)\r\nThis software has been developed for educational use only. Use at your own risk.\r\n\r\n## Documentation\r\n[Wiki / Documentation](https://github.com/JGolafshan/KenoAPI/wiki)\r\n\r\n## TODO\r\nNothing\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python-based API used to fetch real-time and historical data from the Australian Keno website.",
    "version": "4.9.0",
    "project_urls": {
        "Homepage": "https://github.com/JGolafshan/KenoAPI"
    },
    "split_keywords": [
        "keno api",
        "keno",
        "algo",
        "algobetting",
        "api",
        "betting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "566fc22cb7e42f372ef9b0f6fa67d27d319546e7abbd064b072fe18f11ae42e0",
                "md5": "2dddf869b61ed96d21a02c4a621a4489",
                "sha256": "d3a9d51a9d44452915f3579a2bab555b9c6ebb08f360afabb4765960b47e339a"
            },
            "downloads": -1,
            "filename": "kenoAPI-4.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2dddf869b61ed96d21a02c4a621a4489",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6034,
            "upload_time": "2023-07-06T23:24:55",
            "upload_time_iso_8601": "2023-07-06T23:24:55.415476Z",
            "url": "https://files.pythonhosted.org/packages/56/6f/c22cb7e42f372ef9b0f6fa67d27d319546e7abbd064b072fe18f11ae42e0/kenoAPI-4.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-06 23:24:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JGolafshan",
    "github_project": "KenoAPI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "kenoapi"
}
        
Elapsed time: 0.08665s