Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 0c38912

Browse files
Update README.md
1 parent 6cbfa52 commit 0c38912

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# For working with that api you need access_token, there are 2 ways of getting it
55

6-
# First way(PLS USE THAT):
6+
# First way(Not so easy):
77
Download NumBuster!_6.0.6.apk - I hope you can find it by yourself
88

99
Download Genymotion and install Google Pixel 7.1 - API 25 in Genymotion (Thats the easiest step, so...)
@@ -28,12 +28,13 @@
2828
In the https://api.numbuster.com/ menu look for that v6/old/search/ and in the parameters you will find your
2929
access_token
3030

31-
# Second way:
32-
I have implemented all api requests in that api, so just find functions for registration use them and maybe you will get
33-
access_token, but really, use first way. There is little help: most of functions for registration start with v6_auth
34-
and, another_
35-
Good Luck!
36-
31+
# Second way (Why that's not the First way? BECAUSE):
32+
So, First of all call function request_sms_code() with number for account
33+
Second, wait for sms, then call send_sms_code(phonenumber,code),
34+
where phonenumber is phonenumber and, you won't believe, code is code,
35+
after that api will get access_token Numbuster.access_token and you'l
36+
be able to use all functionality of api. DON'T FORGET TO SAVE ACCESS_TOKEN,
37+
I won't do it for you, I'm not your mom or something...
3738

3839
# Now lets talk about api:
3940
Main api file with all api functions is NumbusterAPI.py, in file signatures.py functions for creating signaturs for

0 commit comments

Comments
 (0)