https://github.com/barricklab/tacobot
Slack bot for tracking taco points
https://github.com/barricklab/tacobot
Last synced: 4 months ago
JSON representation
Slack bot for tracking taco points
- Host: GitHub
- URL: https://github.com/barricklab/tacobot
- Owner: barricklab
- License: mit
- Created: 2018-06-06T13:59:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T14:38:38.000Z (about 8 years ago)
- Last Synced: 2025-09-09T13:54:12.193Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barrick Lab Slack Tacobot
## Setup
Create a file `secret.txt` that contains `BOT_ID` and `SLACK_BOT_TOKEN`
```
xport BOT_ID='XXXXXXX'
export SLACK_BOT_TOKEN='XXXXXXX'
```
Create the virtual environment and install required modules:
```
virtualenv venv
pip install -r requirements.txt
```
Authorize the bot to receive messages from Slack.