moepoi / Quintal-Grabber

Get Data from Quintal Private API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get Data from Quintal Private API

License:MIT License


Languages

Language:Python 100.0%