mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-11-14 02:16:20 +01:00
Get Data from Quintal Private API ~
Quintal | ||
.gitattributes | ||
.gitignore | ||
example.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
Quintal Grabber
Get Data from Quintal Private API
Installation
Installation is simple. It can be installed from pip using the following command:
$ pip3 install -r requirements.txt
Usage
from Quintal import QuintalGrabber
id = 123456
quintal = QuintalGrabber(id)
#x = quintal.get_data("email")
x = quintal.get_data()
print (x)
Credit
Moe Poi ~ / @moepoi