This was my attempt in fixing SideStore's anisette issue with too many devices per server. What if we could give the client the server instance once, and then use that forever? Well now we can!
First get a built version of Provision, then move your Android lib
folder and retrieve_headers
binary into this directory.
Then I recommend setting up a Python virtual environment, I typically do:
python3 -m venv venv
source ./venv/bin/activate
Then you should run the following:
pip3 -r requirements.txt
python3 wrapper.py 0.0.0.0 6969
Profit!