Get Data from Quintal Private API ~
Find a file
2019-01-07 17:24:20 +07:00
Quintal Fix errors and improve codes 2019-01-07 17:24:20 +07:00
.gitattributes Initial commit 2018-09-10 18:01:47 +07:00
.gitignore Fix errors and improve codes 2019-01-07 17:24:20 +07:00
example.py Fix errors and improve codes 2019-01-07 17:24:20 +07:00
LICENSE Initial commit 2018-09-10 18:01:47 +07:00
README.md Fix errors and improve codes 2019-01-07 17:24:20 +07:00
requirements.txt Fix errors and improve codes 2019-01-07 17:24:20 +07:00

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