Skip to content

mudkipdev/git-send-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Usage of this program may get your Discord account terminated. This is not a serious tool and was created for entertainment purposes only.

git-send-discord

Send Git patches over Discord, similar to git send-email.

Usage

  1. Install the required dependencies. (pip install git+https://github.com/dolfies/discord.py-self@renamed)
  2. Mark the script as executable. (chmod +x git-send-discord)
  3. Add the script to your PATH. (sudo cp git-send-discord /usr/local/bin)
  4. Find your Discord account token and set the DISCORD_TOKEN environment variable.
  5. Run the command to send a patch of the latest commit:
git send-discord HEAD~1
    --channel 1362331988803194983
    --message "@everyone fixed bug pls merge"

About

Send Git patches over Discord, similar to git send-email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages