Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remi/leakbot

Leakbot is a Slack bot that forwards anonymous messages to a specific channel.
https://github.com/remi/leakbot

elixir leak slack slack-bot

Last synced: 23 days ago
JSON representation

Leakbot is a Slack bot that forwards anonymous messages to a specific channel.

Awesome Lists containing this project

README

        

# Leakbot

Leakbot is a Slack bot that forwards anonymous message to a specific channel.

## Installation

```bash
$ git clone [email protected]:remiprev/leakbot.git
```

## Environment variables

Leakbot expects a few environment variables when it starts.

```bash
# Slack API token linked to the bot
SLACK_API_TOKEN=foo

# Channel ID where the bot will forward messages
LEAK_CHANNEL_ID=C04ZGAHA8
```

## Usage

```bash
$ mix run --no-halt
```