You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucode 06debf0e7f small update, and readme updated 6 years ago
.gitignore gets tweets, english and catalan works, next step add spanish 6 years ago
LICENSE Initial commit 6 years ago
README.md small update, and readme updated 6 years ago
color.go gets tweets, english and catalan works, next step add spanish 6 years ago
festival.go small update, and readme updated 6 years ago
main.go small update, and readme updated 6 years ago
readCa.sh gets tweets, english and catalan works, next step add spanish 6 years ago
readConfigTokensAndConnect.go small update, and readme updated 6 years ago
readEs.sh gets tweets, english and catalan works, next step add spanish 6 years ago
timeline.go if there is a link, is not read 6 years ago
twitterReader small update, and readme updated 6 years ago
twitterReader.png small update, and readme updated 6 years ago
utils.go if there is a link, is not read 6 years ago
waitTime.go gets tweets, english and catalan works, next step add spanish 6 years ago

README.md

twitterReader Go Report Card

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

twitterReader

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"
}