https://github.com/drklrd/guffadi
A ridiculously simple slack-bot in elixir. Just trying to make the learning process interesting
https://github.com/drklrd/guffadi
Last synced: over 1 year ago
JSON representation
A ridiculously simple slack-bot in elixir. Just trying to make the learning process interesting
- Host: GitHub
- URL: https://github.com/drklrd/guffadi
- Owner: drklrd
- Created: 2017-04-15T10:52:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T16:45:16.000Z (over 9 years ago)
- Last Synced: 2025-02-16T01:31:39.942Z (over 1 year ago)
- Language: Elixir
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guffadi
**A ridiculously simple slack-bot in elixir. Just trying to make the learning process interesting**

## Usage
You will need to add a bot in Slack from https://{your-slack-page-name}.slack.com/services/new/bot. There you will get an API token.
Create a file .env in the project root and similar line :
```
export SLACK_TOKEN = your-slack-API-token
```
and source it in your shell
```
source .env
```
Finally run,
```
iex -S mix
```
This will make your bot online and now you should be able to send message to it as shown in the picture. You need to refer the bot with @