No description
  • Go 98.4%
  • Shell 1.6%
Find a file
2017-05-17 09:21:21 +02:00
.gitignore gets tweets, english and catalan works, next step add spanish 2017-05-16 21:30:20 +02:00
color.go gets tweets, english and catalan works, next step add spanish 2017-05-16 21:30:20 +02:00
festival.go small update, and readme updated 2017-05-17 09:21:21 +02:00
LICENSE Initial commit 2017-05-16 21:24:41 +02:00
main.go small update, and readme updated 2017-05-17 09:21:21 +02:00
readCa.sh gets tweets, english and catalan works, next step add spanish 2017-05-16 21:30:20 +02:00
readConfigTokensAndConnect.go small update, and readme updated 2017-05-17 09:21:21 +02:00
readEs.sh gets tweets, english and catalan works, next step add spanish 2017-05-16 21:30:20 +02:00
README.md small update, and readme updated 2017-05-17 09:21:21 +02:00
timeline.go if there is a link, is not read 2017-05-16 21:47:30 +02:00
twitterReader small update, and readme updated 2017-05-17 09:21:21 +02:00
twitterReader.png small update, and readme updated 2017-05-17 09:21:21 +02:00
utils.go if there is a link, is not read 2017-05-16 21:47:30 +02:00
waitTime.go gets tweets, english and catalan works, next step add spanish 2017-05-16 21:30:20 +02:00

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