Skip to content

bennuttall/bett-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BETT Bot

Raspberry Pi photo tweeting web app for BETT 2015

Installing

Make sure you have enabled your camera first. You can do this by running sudo raspi-config and selecting the Enable camera software option.

Install the requirements:

sudo apt-get install python-pip
sudo pip install flask

Download the repo:

wget https://github.com/bennuttall/bett-bot/archive/master.tar.gz
tar xzf master.tar.gz
cd bett-bot-master

(or use git clone):

git clone https://github.com/bennuttall/bett-bot
cd bett-bot

Run the web app:

python app.py

Twitter

To use the Twitter feature (tweet a picture), install the Twython library:

sudo pip install twython

and add your Twitter API keys from dev.twitter.com to auth.py.

About

Raspberry Pi photo tweeting web app for BETT 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published