Metadata-Version: 2.1
Name: kenoAPI
Version: 4.9.0
Summary: Python-based API used to fetch real-time and historical data from the Australian Keno website.
Home-page: https://github.com/JGolafshan/KenoAPI
Author: Joshua David Golafshan
Keywords: keno API,keno,algo,algobetting,API,betting
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datetime
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: flatten-dict
Requires-Dist: dateutil
Requires-Dist: cereja

# 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
