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.

60 lines
1.8 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. http://arnaucode.com/argos/
  2. # argos [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucode/argos)](https://goreportcard.com/report/github.com/arnaucode/argos)
  3. Open source twitter entropic toolkit. The main idea is to analyze, clean and generate public data, to add more entropy to the network.
  4. Be half bot and half human, a new generation of cyborgs
  5. The user analyzer features are insipired on the Python tweets_analyzer by x0rz https://github.com/x0rz/tweets_analyzer
  6. #### Argos Panoptes
  7. https://en.wikipedia.org/wiki/Argus_Panoptes
  8. https://en.wikipedia.org/wiki/Panopticon
  9. ![Argos](https://raw.githubusercontent.com/arnaucode/argos/master/argos.jpg "argos")
  10. [under development]
  11. #### Current features
  12. 1. User analyzer
  13. - Word count
  14. - Weekly activity distribution
  15. - Daily activity distribution
  16. - Devices used
  17. - Hashtags most used count
  18. - Interactions with other users count
  19. 2. Unfollow all
  20. 3. Random follow
  21. - selects n number of accounts to follow, and follows n random accounts
  22. 4. Delete Tweets
  23. 5. Delete Favs (Likes)
  24. 6. Random tweet
  25. - post a tweet with content from a selected account
  26. 7. Tweet analyzer
  27. - analyze the retweets and detect Bots
  28. ![screen](https://raw.githubusercontent.com/arnaucode/argos/master/screen3.png "screen")
  29. ![screen](https://raw.githubusercontent.com/arnaucode/argos/master/screen2.png "screen")
  30. needs a twitterConfig.json file on the /build folder with the content:
  31. ```
  32. {
  33. "consumer_key": "xxxxxxxxxxxxxxxx",
  34. "consumer_secret": "xxxxxxxxxxxxxxxx",
  35. "access_token_key": "xxxxxxxxxxxxxxxx",
  36. "access_token_secret": "xxxxxxxxxxxxxxxx"
  37. }
  38. ```
  39. to run it:
  40. - go to the /build folder
  41. - open terminal
  42. - execute the script with:
  43. ```
  44. ./argos
  45. ```
  46. - follow the instructions that appears on the terminal