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.
- Host: GitHub
- URL: https://github.com/mudkipdev/git-send-discord
- Owner: mudkipdev
- License: mit
- Created: 2025-07-24T16:24:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T16:33:05.000Z (12 months ago)
- Last Synced: 2026-04-16T03:05:11.082Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
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"
```