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

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

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.