Skip to content

bennuttall/bett-bot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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