Metadata-Version: 2.1
Name: roobet
Version: 0.0.3
Summary: Python library for querying Roobet Crash games
Home-page: https://github.com/drewnicolette/roobet
Author: Drew Nicolette
Author-email: nicolettedrew0@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Roobet Crash Queries

Takes Hash of Game to get information about game and previous crash games

## Installation

`pip install roobet`

## How to use it?

```python
from roobet import *
Client = Crash()
Client.get_multiplier('c1f9e32a46429842615c9b854147a4818811ee4506b43ecb96c0615be8560c93')
```

## License

© 2021 Drew Nicolette

This repsitory is licensed under the MIT license. See LICENSE for details.


