arnaucode c48bf60578 | 7 years ago | |
---|---|---|
build | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
analyzeUsername.go | 7 years ago | |
main.go | 7 years ago | |
readConfigTokensAndConnect.go | 7 years ago | |
sortMap.go | 7 years ago |
twitter analyzer written in Go lang
needs a .json file with the content:
{
"consumer_key": "xxxxxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxxxxx"
}
to run it:
./goTweetsAnalyze