Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndbaker1/discord-notifier
cli to send 💬 discord messages for creating notification scripts
https://github.com/ndbaker1/discord-notifier
Last synced: 7 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T22:01:22.000Z (4 months ago)
- Last Synced: 2024-07-23T01:48:16.631Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 142 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
```