Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furtif/pythonprotoparser
Manual backbone for PoGo Proto Parsing. Drop in a flask endpoint and add some fun stuff.
https://github.com/furtif/pythonprotoparser
Last synced: 29 days ago
JSON representation
Manual backbone for PoGo Proto Parsing. Drop in a flask endpoint and add some fun stuff.
- Host: GitHub
- URL: https://github.com/furtif/pythonprotoparser
- Owner: Furtif
- Created: 2019-04-25T15:47:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T16:15:01.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T17:58:23.436Z (8 months ago)
- Language: Python
- Size: 796 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonProtoParser (Per the persistent badgering)
**Manual Backbone** for PoGo Proto Parsing:
Use [requestcatcher](www.requestcatcher.com) or similar site for *manual* PoGo Response Inspection.*You can drop it on a Sanic endpoint and tweak it a bit for automated handling of response "+1"*
## Current Status (3/19/19 Busy AF)
**Currently Supported Proto Responses**
+ GetMapObjectsResponse
+ GetEncounterResponse
+ FortSearchResponse
+ FortDetailsResponse
+ GetGymInfoResponse
+ GetPlayerResponse
+ GetHoloInventoryResponse (iSpoofer Only)
---------------------------------------
#### How Do I Use This?
**You have 2 Options**[Option 1]
> Read The Source, It's Super Simple[Option 2]
> Wait for me to finish up formatting outputs and giving you a Main.py and some configs for output type
(Raw ProtoClass/Raw Json/Formatted)