Warning
Usage of this program may get your Discord account terminated. This is not a serious tool and was created for entertainment purposes only.
Send Git patches over Discord, similar to git send-email.
- Install the required dependencies. (
pip install git+https://github.com/dolfies/discord.py-self@renamed) - Mark the script as executable. (
chmod +x git-send-discord) - Add the script to your PATH. (
sudo cp git-send-discord /usr/local/bin) - Find your Discord account token and set the
DISCORD_TOKENenvironment variable. - Run the command to send a patch of the latest commit:
git send-discord HEAD~1
--channel 1362331988803194983
--message "@everyone fixed bug pls merge"