mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-12-22 22:44:59 +01:00
423 B
423 B
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