Skip to content

wqz9822/plant_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plant-bot

A Slack bot program written in python3 that connects via the Slack RTM API.

Features

  1. Interactive dialogue system utilizing Slack reaction feature.
  2. Provide sensors data from Arduino.
  3. Take real-time photos of the plants from Raspberry Pi.

Build Environment

  • Ubuntu 14.04.3 LTS
  • Python 3.4.3

Dependencies

Installation

  1. Create a virtualenv

    virtualenv -p python3 slackbot
    
  2. Activate the virtualenv

    cd slackbot
    source bin/activate
    
  3. Install dependencies

    pip install -r requirements.txt
    
  4. Update your bot's token in main.py

  5. Run main program

    python main.py
    

About

A Slackbot monitoring plants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages