nythepegasus / PyAnisetteServer

This is a Python wrapper for Provision servers using quart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAnisetteWrapper

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!

Installation

First get a built version of Provision, then move your Android lib folder and retrieve_headers binary into this directory.

Next you'll set up a .env file, here is an example one:

HOST=0.0.0.0
PORT=6969
REPROVISION_PASSWORD=thisissupersecure
METRICS_PASSWORD=thisissupersecure

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

Profit!

About

This is a Python wrapper for Provision servers using quart.


Languages

Language:Python 100.0%