2017-04-18 01:46:48 +02:00
2017-04-18 01:46:48 +02:00
2017-04-12 19:21:35 +02:00
2017-04-15 20:47:33 +02:00
2017-04-18 01:46:48 +02:00
2017-04-18 01:46:48 +02:00
2017-04-18 01:46:48 +02:00
2017-04-12 15:10:46 +02:00
2017-04-18 01:46:48 +02:00
2017-04-18 01:46:48 +02:00
2017-04-16 23:14:42 +02:00
2017-04-16 23:14:42 +02:00

goTweetsAnalyze

twitter analyzer written in Go lang, insipired on the Python tweets_analyzer by x0rz https://github.com/x0rz/tweets_analyzer

Argus Panoptes

https://en.wikipedia.org/wiki/Argus_Panoptes

https://en.wikipedia.org/wiki/Panopticon

Argus

[under development]

Current features

  • User analyzer
    • word count
    • weekly activity distribution
    • daily activity distribution
    • devices used
  • Delete Tweets and Favs

screen

screen

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:
./argus
  • follow the instructions that appears on the terminal
Description
No description provided
Readme MIT 19 MiB
Languages
Go 100%