watch twitter for a certain hashtag and send it to festival voice synthesis!
-
configure enviroment
virtualenv --no-site-packages virt
source virt/bin/activate
pip install -r requirements.txt
cp local_settings.example.py local_settings.py
edit local_settings.py
-
FOR LINUX : Start your festival server
festival --server
-
FOR MAC : start speak_bumble_speak.sh
bash ./speak_bumble_speak.sh
-
Run bumbletweet
python bumbletweet.py
currently ^C doesn't kill bumbletweet.py... don't know if i care enought to find out why.