Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 658 Bytes

Readme.md

File metadata and controls

39 lines (23 loc) · 658 Bytes

Set me up

I assume you are on a Linux or Mac box as I have no fscking clue how to do this on Windows.

  1. Clone the repo
git clone https://github.com/darkflib/ghback.git
  1. 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
  1. Setup the .env file
cp .env-example .env

Edit the .env file and set the values for the environment variables.

  1. Run the app
python ghback.py

You should now be the proud owner of stars backup in json format.