arnaucode 8456427b32 | 7 years ago | |
---|---|---|
build | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
analyzeDates.go | 7 years ago | |
analyzeSource.go | 7 years ago | |
analyzeWords.go | 7 years ago | |
getUser.go | 7 years ago | |
main.go | 7 years ago | |
readConfigTokensAndConnect.go | 7 years ago | |
screen2.png | 7 years ago | |
screen3.png | 7 years ago |
twitter analyzer written in Go lang, insipired on the Python tweets_analyzer by x0rz https://github.com/x0rz/tweets_analyzer
[under development]
needs a twitterConfig.json file on the /build folder with the content:
{
"consumer_key": "xxxxxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxxxxx"
}
to run it:
./goTweetsAnalyze