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