I assume you are on a Linux or Mac box as I have no fscking clue how to do this on Windows.
- Clone the repo
git clone https://github.com/darkflib/ghback.git
- Install the dependencies
cd ghback
python3 -m venv venv # Create a virtual environment
source venv/bin/activate # Activate the virtual environment
pip install -r requirements.txt # Install the dependencies
- Setup the .env file
cp .env-example .env
Edit the .env file and set the values for the environment variables.
- Run the app
python ghback.py
You should now be the proud owner of stars backup in json format.