Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/remi/leakbot
- Owner: remi
- License: mit
- Created: 2016-12-23T15:48:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T01:25:36.000Z (about 2 years ago)
- Last Synced: 2024-10-19T10:06:22.355Z (3 months ago)
- Topics: elixir, leak, slack, slack-bot
- Language: Elixir
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```