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 a86377a594 half implemented followRandom and UnfollowAll 7 years ago
build half implemented followRandom and UnfollowAll 7 years ago
.gitignore readme with instructions 7 years ago
LICENSE Initial commit 7 years ago
README.md half implemented followRandom and UnfollowAll 7 years ago
analyzeDates.go hashtag analysis, and some updates 7 years ago
analyzeHashtags.go hashtag analysis, and some updates 7 years ago
analyzeSource.go device source analysis 7 years ago
analyzeWords.go hashtag analysis, and some updates 7 years ago
argos.jpg half implemented followRandom and UnfollowAll 7 years ago
color.go small update 7 years ago
deleteTweets.go half implemented followRandom and UnfollowAll 7 years ago
followRandom.go half implemented followRandom and UnfollowAll 7 years ago
getUserTweets.go half implemented followRandom and UnfollowAll 7 years ago
main.go half implemented followRandom and UnfollowAll 7 years ago
printSortedMapStringInt.go hashtag analysis, and some updates 7 years ago
readConfigTokensAndConnect.go gets tweets and count word frequency 7 years ago
screen2.png hashtag analysis, and some updates 7 years ago
screen3.png hashtag analysis, and some updates 7 years ago
unfollowAll.go half implemented followRandom and UnfollowAll 7 years ago

README.md

argos

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

Argos Panoptes

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

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

Argos

[under development]

Current features

  1. User analyzer
    • word count
    • weekly activity distribution
    • daily activity distribution
    • devices used
    • hashtags most used count
    • user mentions coun [not implemented yet]
  2. Delete Tweets and Favs
  3. Unfollow all [not implemented yet]
  4. Random follow [not implemented yet]
    • selects n number of accounts to follow, and follows n random accounts
  5. Random tweet [not implemented yet]
    • post a tweet with random content (from newspaper)

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:
./argos
  • follow the instructions that appears on the terminal