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.

27 lines
650 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. # goTweetsAnalyze
  2. twitter analyzer written in Go lang
  3. ![Alt text](https://raw.githubusercontent.com/arnaucode/goTweetsAnalyze/master/screen3.png "screen")
  4. ![Alt text](https://raw.githubusercontent.com/arnaucode/goTweetsAnalyze/master/screen2.png "screen")
  5. needs a twitterConfig.json file on the /build folder with the content:
  6. ```
  7. {
  8. "consumer_key": "xxxxxxxxxxxxxxxx",
  9. "consumer_secret": "xxxxxxxxxxxxxxxx",
  10. "access_token_key": "xxxxxxxxxxxxxxxx",
  11. "access_token_secret": "xxxxxxxxxxxxxxxx"
  12. }
  13. ```
  14. to run it:
  15. - go to the /build folder
  16. - open terminal
  17. - execute the script with:
  18. ```
  19. ./goTweetsAnalyze
  20. ```
  21. - follow the instructions