An open API service indexing awesome lists of open source software.

https://github.com/mudkipdev/git-send-discord

Send Git patches over Discord, similar to git send-email.
https://github.com/mudkipdev/git-send-discord

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

          

> [!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](https://www.youtube.com/watch?v=GUqSNoJ28aU) 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"
```