Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```