mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-06 18:46:40 +01:00
4addf9d551bed0bfb145a7840aaf73391dd2da69
goTweetsAnalyze
twitter analyzer written in Go lang
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:
- go to the /build folder
- open terminal
- execute the script with:
./goTweetsAnalyze
- follow the instructions
Languages
Go
100%
