Skip to content

Darkflib/ghback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages