You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucode 0d10f80cef analyzes week days frequency and hour frequency 7 years ago
build analyzes week days frequency and hour frequency 7 years ago
.gitignore readme with instructions 7 years ago
LICENSE Initial commit 7 years ago
README.md analyzes week days frequency and hour frequency 7 years ago
analyzeDates.go analyzes week days frequency and hour frequency 7 years ago
analyzeWords.go analyzes week days frequency and hour frequency 7 years ago
getUser.go analyzes week days frequency and hour frequency 7 years ago
main.go analyzes week days frequency and hour frequency 7 years ago
readConfigTokensAndConnect.go gets tweets and count word frequency 7 years ago

README.md

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