# Quintal Grabber *Get Data from Quintal Private API* ## Installation Installation is simple. It can be installed from pip using the following command: ```sh $ pip3 install -r requirements.txt ``` ## Usage ```sh from Quintal import QuintalGrabber id = 123456 quintal = QuintalGrabber(id) #x = quintal.get_data("email") x = quintal.get_data() print (x) ``` ## Credit Moe Poi ~ / [@moepoi](https://github.com/moepoi)