Where to i put my login information? logins.py is obvious but logins.py? this bit? def login_pokemon(user,passw):?
i done that but i just end up with this
c:\Python27\Pokemon_Go_API-master>main.py
[!] Using google as login..
[-] problem in google login..
[-] access_token bad
![]()
got it!
but same error as the other guys now lol
c:\Python27\Pokemon_Go_API-master>main.py
[!] Using google as login..
[!] using: True
[+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjhmYmJlZWE0...
[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/309/rpc
Traceback (most recent call last):
File "C:\Python27\Pokemon_Go_API-master\main.py", line 92, in <module>
main()
File "C:\Python27\Pokemon_Go_API-master\main.py", line 85, in main
start_work(access_token,ltype)
File "C:\Python27\Pokemon_Go_API-master\main.py", line 31, in start_work
profile = public.get_profile(api_endpoint, access_token)
File "C:\Python27\Pokemon_Go_API-master\public.py", line 109, in get_profile
return api_req(api_endpoint, access_token, req.requests,ltype)
NameError: global name 'ltype' is not defined
lucky you, what version python you running
i logged in too, but nothing is happening ... sad
C:\Users\xxxx\Downloads\Pokemon_Go_API-master>main.py
[!] Using google as login..
[!] using: True
[+] Token: eyJhbGciOiJSUzI1NiIsImiOTE1YzZh...
[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/201/rpc
[+] Login successful
[+] Username: xxxxx
[+] You are playing Pokemon Go since: 2016-07-06 08:37:56
[+] Poke Storage: 250
[+] Item Storage: 600
[+] POKECOIN: 60
[+] STARDUST: 2535
C:\Users\xxxx\Downloads\Pokemon_Go_API-master>
I just redownloaded and I'm in. its not doing anything tho.
Servers seem screwed up again.
Theyre ddosing them again
Last edited by Kinosix; 07-16-2016 at 01:13 PM.
welp, i keep getting an rss error. the pokemon locator thing works fine tho
my error has changed to
c:\Python27\Pokemon_Go_API-master>main.py
[!] Using google as login..
[!] using: True
[+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjhmYmJlZWE0...
HTTPSConnectionPool(host='pgorelease.nianticlabs.com', port=443): Read timed out. (read timeout=3)
[-] RPC server offline