arnaucode 4addf9d551 screen
2017-04-13 19:29:53 +02:00
2017-04-13 19:29:53 +02:00
2017-04-12 19:21:35 +02:00
2017-04-13 19:29:53 +02:00
2017-04-13 19:29:53 +02:00
2017-04-12 15:10:46 +02:00
2017-04-13 19:29:53 +02:00
2017-04-13 19:29:53 +02:00
2017-04-13 19:29:53 +02:00

goTweetsAnalyze

twitter analyzer written in Go lang

Alt text

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
Description
No description provided
Readme MIT 19 MiB
Languages
Go 100%