https://github.com/ndbaker1/discord-notifier
cli to send 💬 discord messages for creating notification scripts
https://github.com/ndbaker1/discord-notifier
Last synced: 5 months ago
JSON representation
cli to send 💬 discord messages for creating notification scripts
- Host: GitHub
- URL: https://github.com/ndbaker1/discord-notifier
- Owner: ndbaker1
- Created: 2023-03-17T20:34:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T01:46:32.000Z (5 months ago)
- Last Synced: 2025-02-04T02:31:58.712Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
discord-notifier
Easily send the output of long task/program to a discord channel
## Installation ðŸ›
Download the [latest release](https://github.com/ndbaker1/discord-notifier/releases/tag/latest) for your platform and Unzip the executable into any installation directory
( `PATH` directories or script directory of your choice )or install using cargo:
```bash
cargo install --git https://github.com/ndbaker1/discord-notifier
```## Usage âš¡
```bash
discord-notifier -c -t
```> You will need to share a server with the indicated Discord bot.
> See [Discord docs](https://discord.com/developers/docs/getting-started) for help with setting up a Discord bot.use the `--help` command for details.
## Configuration âš™
If you want to initialize a config file with defaults it will look like so:
```bash
$ discord-notifier --init
enter default channel ID:
enter default Bot Token:
```and from then on you can call the program without any arguments:
```bash
$ discord-notifier
```