mirror of
https://github.com/arnaucube/twitterReader.git
synced 2026-03-13 09:23:07 +01:00
No description
- Go 98.4%
- Shell 1.6%
| .gitignore | ||
| color.go | ||
| festival.go | ||
| LICENSE | ||
| main.go | ||
| readCa.sh | ||
| readConfigTokensAndConnect.go | ||
| readEs.sh | ||
| README.md | ||
| timeline.go | ||
| twitterReader | ||
| twitterReader.png | ||
| utils.go | ||
| waitTime.go | ||
twitterReader 
twitter reader assistant written in Go lang
uses Festival Speech Synthesis System (http://www.cstr.ed.ac.uk/projects/festival/) for the text to speech features
to execute
./twitterReader
install festival
sudo apt-get install festival festvox-kallpc16k
install spanish
sudo apt-get install festvox-ellpc11k
install catalan voice
sudo add-apt-repository ppa:zeehio/festcat
sudo apt-get update
sudo apt-get install festival-ca festvox-ca-ona-hts festcat-utils
needs the twitter account tokens in the file twitterConfig.json
{
"username": "account_name",
"consumer_key": "xxxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxx",
"access_token_key": "xxxxxxxxxx",
"access_token_secret": "xxxxxxx"
}
