Skip to content

rpetersen29/roku-slack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack App to control Roku

This is an api for a Slack App to control your Roku written in Python and Flask.

Local Server Setup

Activate virtualenv (optional):

pip install -r requirements.txt
export SLACK_API_TOKEN=<YOUR_SLACK_API_TOKEN>
export FLASK_APP=roku_app.py
flask run