Skip to content
/ GAUF Public
forked from myridia/GAUF

GitHub All Update Forks. You can update/sync all your GitHub forks automatically.

License

Notifications You must be signed in to change notification settings

veto8/GAUF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update-all-git-forks

Update all my Github Forks via a Python Script

Manual

Configure the config.toml file

First copy default to the config.tool file what can be loaded by the script

cp config_default.toml config.toml

Get your GitHub token and fill it to the config.toml file

Make the Virtual Environment for Python

In this example, I use Python version3.12

python3.12 -m venv env 
. env/bin/activate
pip install pip --upgrade
pip install -r requirements.txt

Start the Script

python src/gauf/gauf.py

About

GitHub All Update Forks. You can update/sync all your GitHub forks automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%