No description
Find a file
2018-03-14 18:29:36 +01:00
build in analyze tweet, group retweets by same minute 2018-03-14 18:29:36 +01:00
.gitignore in analyze tweet, group retweets by same minute 2018-03-14 18:29:36 +01:00
analyzeDates.go show detected bots retweeting a tweet 2017-06-22 13:27:22 +02:00
analyzeHashtags.go hashtag analysis, and some updates 2017-04-16 23:14:42 +02:00
analyzeSource.go device source analysis 2017-04-15 20:47:33 +02:00
analyzeUserAccount.go improved user analysis 2017-06-23 04:23:56 +02:00
analyzeUserInteractions.go reorganization and a little bit of code robustness, and implemented TweetRandom functionallity 2017-04-20 23:08:09 +02:00
analyzeWords.go version0.3-beta, added … (one char 3 dots) as a punctuaton symbol to filter, and minNumUserInteractions=2 2017-06-06 21:50:10 +02:00
argos in analyze tweet, group retweets by same minute 2018-03-14 18:29:36 +01:00
argos.jpg half implemented followRandom and UnfollowAll 2017-04-18 18:06:33 +02:00
askForUsername.go added analyze user followers 2017-11-02 18:02:58 +01:00
color.go implemented delete favs (likes), and organized better code in files 2017-04-30 18:25:47 +02:00
error.go added analyze user followers 2017-11-02 18:02:58 +01:00
getOperations.go implemented analysis of tweet, getting retweets to detect Bots 2017-06-22 01:16:04 +02:00
LICENSE Initial commit 2017-04-12 15:10:46 +02:00
main.go added analyze user followers 2017-11-02 18:02:58 +01:00
optionAnalyzeTweet.go in analyze tweet, group retweets by same minute 2018-03-14 18:29:36 +01:00
optionAnalyzeUserFollowers.go added analyze user followers 2017-11-02 18:02:58 +01:00
optionAnalyzeUserTweets.go added analyze user followers 2017-11-02 18:02:58 +01:00
optionDeleteFavs.go implemented delete favs (likes), and organized better code in files 2017-04-30 18:25:47 +02:00
optionDeleteTweets.go implemented delete favs (likes), and organized better code in files 2017-04-30 18:25:47 +02:00
optionFollowRandom.go small update, code cleaned 2017-04-21 10:21:17 +02:00
optionTweetRandom.go small update, code cleaned 2017-04-21 10:21:17 +02:00
optionUnfollowAll.go added analyze user followers 2017-11-02 18:02:58 +01:00
printSortedMapStringInt.go small update, code cleaned 2017-04-21 10:21:17 +02:00
readConfigTokensAndConnect.go minimal visual changes 2017-05-22 12:36:00 +02:00
README.md in analyze tweet, group retweets by same minute 2018-03-14 18:29:36 +01:00
screen2.png hashtag analysis, and some updates 2017-04-16 23:14:42 +02:00
screen3.png hashtag analysis, and some updates 2017-04-16 23:14:42 +02:00
todo.md implemented analysis of tweet, getting retweets to detect Bots 2017-06-22 01:16:04 +02:00
twitterConfig_DEMO.json in analyze tweet, group retweets by same minute 2018-03-14 18:29:36 +01:00

http://arnaucode.com/argos/

argos Go Report Card

Open source twitter entropic toolkit. The main idea is to analyze, clean and generate public data, to add more entropy to the network.

Be half bot and half human, a new generation of cyborgs

The user analyzer features are insipired on the Python tweets_analyzer by x0rz https://github.com/x0rz/tweets_analyzer

[Disclamer]

This software was made to learn the Go syntax, it works, but the implementation is not in the optimal way. I don't have time to maintain it.

Argos Panoptes

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

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

Argos

Current features

  1. User analyzer
    • Word count
    • Weekly activity distribution
    • Daily activity distribution
    • Devices used
    • Hashtags most used count
    • Interactions with other users count
  2. Unfollow all
  3. Random follow
    • selects n number of accounts to follow, and follows n random accounts
  4. Delete Tweets
  5. Delete Favs (Likes)
  6. Random tweet
    • post a tweet with content from a selected account
  7. Tweet analyzer
    • analyze the retweets and detect Bots

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