mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-06 18:46:40 +01:00
55f58e29147ff166cfc6bcbcd7b4478ed21d9c20
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
[under development]
Current features
- User analyzer
- Word count
- Weekly activity distribution
- Daily activity distribution
- Devices used
- Hashtags most used count
- Interactions with other users count
- Unfollow all
- Random follow
- selects n number of accounts to follow, and follows n random accounts
- Delete Tweets
- Random tweet
- post a tweet with content from a selected account
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
Languages
Go
100%


