Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fearless-spider/slackbot
https://github.com/fearless-spider/slackbot
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fearless-spider/slackbot
- Owner: fearless-spider
- Created: 2024-01-05T14:24:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T15:27:59.000Z (10 months ago)
- Last Synced: 2024-10-04T21:55:23.239Z (about 1 month ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack BOT
## Commands
Everything is in Makefile.
## Config
Export the Slack token with the name SLACK_BOT_TOKEN:
```
export SLACK_BOT_TOKEN='your bot user access token here'
```