Skip to content

GUURs or Github Username Update READMEs is a little script that will update your root folder README in ALL your repositories to reflect a username change.

Notifications You must be signed in to change notification settings

LauritsLL/GUURs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Update usernames in all repository README's

This little script uses the Github v3 API through the awesome library PyGithub to update ALL repositories in specified account to reflect a username change

Installation

  1. Clone repository. git clone https://github.com/LauritsLL/Github-Username-Update-READMEs
  2. Install required packages: pip3 install PyGithub requests

Then cd into the repo and run the script using the command (assuming you have Python 3 installed):

$ python3 update.py

Here's a one-liner for the lazy:

git clone https://github.com/LauritsLL/Github-Username-Update-READMEs && cd Github-Username-Update-READMEs && python3 update.py

About

GUURs or Github Username Update READMEs is a little script that will update your root folder README in ALL your repositories to reflect a username change.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages