arnaucode 06debf0e7f | 7 years ago | |
---|---|---|
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
color.go | 7 years ago | |
festival.go | 7 years ago | |
main.go | 7 years ago | |
readCa.sh | 7 years ago | |
readConfigTokensAndConnect.go | 7 years ago | |
readEs.sh | 7 years ago | |
timeline.go | 7 years ago | |
twitterReader | 7 years ago | |
twitterReader.png | 7 years ago | |
utils.go | 7 years ago | |
waitTime.go | 7 years ago |
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"
}