Skip to content

jbkim/arduino-slack-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Real-Time Slack Bot for Arduino

Copyright (C) 2016, Uri Shaked

License: MIT.

This bot let you control the colors of a NeoPixel Ring through Slack. It uses the Slack Real Time Messaging API to listen for slack messages. Read more about it in my blog post.

Before running this Sketch, make sure the set the following constants in the program:

  • SLACK_BOT_TOKEN - The API token of your slack bot
  • WIFI_SSID - Your WiFi signal name (SSID)
  • WIFI_PASSWORD - Your WiFi password

In addition, you will need to install the following Arduino libraries: ADAFruit_NeoPixel, WebSockets, ArduinoJson.

About

A Real Time Slack Bot for Arduino (ESP8266)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%