mdsdias / GrabberToolAPI

Um jeito mais rápido de puxar dados !

Home Page:https://tool.grabbertool.cloudns.cl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrabberToolAPI - Python

Documentação!

Eu fiz essa "API" sozinho portanto quero que entendam que ela tera varios erros e bugs inicialmente peço que me chamem nas rede socias em creditos.md

Instalação

git clone https://github.com/isqneeh/GrabberToolAPI.git
cd ./GrabberToolAPI
pip install -e .

Em script

CPF

>>> import grabbertool
>>> consulta = grabbertool.search()
>>> resultado = consulta.cpf('12345678910')
>>> print(resultado)
# output
{...}

CNPJ

>>> import grabbertool
>>> consulta = grabbertool.search()
>>> resultado = consulta.cnpj('123456789101112')
>>> print(resultado)
# output
{...}

CEP

>>> import grabbertool
>>> consulta = grabbertool.search()
>>> resultado = consulta.cep('123456789')
>>> print(resultado)
# output
{...}

About

Um jeito mais rápido de puxar dados !

https://tool.grabbertool.cloudns.cl


Languages

Language:Python 100.0%