mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-11-14 02:16:20 +01:00
Update README.md
This commit is contained in:
parent
04d683c42c
commit
f377f47bae
1 changed files with 2 additions and 3 deletions
|
@ -14,10 +14,9 @@ $ pip3 install -r requirements.txt
|
|||
```sh
|
||||
from Quintal import QuintalGrabber
|
||||
|
||||
id = 123456
|
||||
id = 3645
|
||||
quintal = QuintalGrabber(id)
|
||||
#x = quintal.get_data("email")
|
||||
x = quintal.get_data()
|
||||
x = quintal.get_identity()
|
||||
print (x)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue