Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'pogodevorg/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ezcGman committed Apr 10, 2017
2 parents 89d4cc0 + 4b0e067 commit 4a023eb
Show file tree
Hide file tree
Showing 14 changed files with 796 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pgoapi/hash_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class HashServer(HashEngine):
_session.mount('https://', _adapter)
_session.verify = True
_session.headers.update({'User-Agent': 'Python pgoapi @pogodev'})
endpoint = "https://pokehash.buddyauth.com/api/v129_1/hash"
endpoint = "https://pokehash.buddyauth.com/api/v131_0/hash"
status = {}

def __init__(self, auth_token):
Expand Down
2 changes: 1 addition & 1 deletion pgoapi/pgoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def app_simulation_login(self):
time.sleep(1.5)

request = self.create_request()
request.download_remote_config_version(platform=1, app_version=5901)
request.download_remote_config_version(platform=1, app_version=6100)
request.check_challenge()
request.get_hatched_eggs()
request.get_inventory()
Expand Down
67 changes: 67 additions & 0 deletions pgoapi/protos/pogoprotos/enums/notification_state_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions pgoapi/protos/pogoprotos/map/fort/fort_data_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions pgoapi/protos/pogoprotos/map/fort/fort_sponsor_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4a023eb

Please sign in to comment.