Update all my Github Forks via a Python Script
First copy default to the config.tool file what can be loaded by the script
cp config_default.toml config.toml
- Help Page how to get your token https://iamnaran.medium.com/fixed-support-for-password-authentication-was-removed-628faf76057
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
python src/gauf/gauf.py