https://github.com/hexiro/discord-pipe-logger
Feed pipe input into a Discord server via webhook.
https://github.com/hexiro/discord-pipe-logger
cli discord go logging
Last synced: about 1 year ago
JSON representation
Feed pipe input into a Discord server via webhook.
- Host: GitHub
- URL: https://github.com/hexiro/discord-pipe-logger
- Owner: hexiro
- License: mit
- Created: 2021-10-13T00:36:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T02:40:10.000Z (over 3 years ago)
- Last Synced: 2025-04-09T18:12:23.911Z (about 1 year ago)
- Topics: cli, discord, go, logging
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-pipe-logger

[](https://www.codacy.com/gh/Hexiro/discord-pipe-logger/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Hexiro/discord-pipe-logger&utm_campaign=Badge_Grade)

Feed pipe input into a Discord server via webhook.
## Installation
```console
go get github.com/Hexiro/discord-pipe-logger
```
## Usage
Only ID and Token are required.
All types of Discord webhook URLs should work
```console
$ {command} | discord-pipe-logger "ID/Token"
$ {command} | discord-pipe-logger "https://discord.com/api/webhooks/ID/Token"
```
## License
[MIT](https://choosealicense.com/licenses/mit/)