Get Data from Quintal Private API ~
Find a file
2020-05-11 18:18:08 +00:00
Quintal Fix error when input Invalid ID 2020-04-12 16:18:41 +07:00
.gitattributes Initial commit 2018-09-10 18:01:47 +07:00
.gitignore Update .gitignore 2020-04-12 15:28:31 +07:00
.gitlab-ci.yml Fix typo 2020-04-12 08:35:08 +00:00
bitbucket-pipelines.yml Fix typo 2020-04-13 08:03:15 +00:00
example.py Update example.py 2020-04-12 15:28:19 +07:00
LICENSE Create LICENSE 2019-01-07 17:25:55 +07:00
README.md Add Gitlab CI status badge 2020-05-11 18:18:08 +00:00
requirements.txt Fix errors and improve codes 2019-01-07 17:24:20 +07:00

Quintal Grabber

Get Data from Quintal Private API

pipeline status

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 = 3645
quintal = QuintalGrabber(id)
x = quintal.get_identity()
print (x)

Credit

Moe Poi ~ / @moepoi