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 flaskDownload 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-botRun the web app:
python app.pyTo use the Twitter feature (tweet a picture), install the Twython library:
sudo pip install twythonand add your Twitter API keys from dev.twitter.com to auth.py.