Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 865 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 865 Bytes

Tag #BlackLivesMatter

Python3 script that adds #BlackLivesMatter tag on all your GitHub project descriptions.

🏴 Usage

Clone this repo, install PyGithub, run the script tagBlackLivesMatter.py.
It will prompt for user credentials and then automatically start running.

# Python3 and PyGithub is required
pip3 install PyGithub

git clone https://github.com/junhoyeo/TagBlackLivesMatter
cd TagBlackLivesMatter

python3 tagBlackLivesMatter.py

result

👋 Cleanup

To remove tags, just run the script again with the remove argument.

python3 tagBlackLivesMatter.py remove

📖 Learn More