A Slack bot program written in python3 that connects via the Slack RTM API.
- Interactive dialogue system utilizing Slack reaction feature.
- Provide sensors data from Arduino.
- Take real-time photos of the plants from Raspberry Pi.
- Ubuntu 14.04.3 LTS
- Python 3.4.3
-
Create a virtualenv
virtualenv -p python3 slackbot
-
Activate the virtualenv
cd slackbot source bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Update your bot's token in main.py
-
Run main program
python main.py