Quintal-Grabber/README.md
2020-04-12 15:38:21 +07:00

25 lines
394 B
Markdown

# Quintal Grabber
*Get Data from Quintal Private API*
## Installation
Installation is simple. It can be installed from pip using the following command:
```sh
$ pip3 install -r requirements.txt
```
## Usage
```sh
from Quintal import QuintalGrabber
id = 3645
quintal = QuintalGrabber(id)
x = quintal.get_identity()
print (x)
```
## Credit
Moe Poi ~ / [@moepoi](https://github.com/moepoi)