mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 19:16:40 +01:00
half implemented followRandom and UnfollowAll
This commit is contained in:
23
README.md
23
README.md
@@ -1,27 +1,34 @@
|
||||
# goTweetsAnalyze
|
||||
# argos
|
||||
twitter analyzer written in Go lang, insipired on the Python tweets_analyzer by x0rz https://github.com/x0rz/tweets_analyzer
|
||||
|
||||
#### Argus Panoptes
|
||||
#### Argos Panoptes
|
||||
https://en.wikipedia.org/wiki/Argus_Panoptes
|
||||
|
||||
https://en.wikipedia.org/wiki/Panopticon
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
[under development]
|
||||
|
||||
#### Current features
|
||||
- User analyzer
|
||||
1. User analyzer
|
||||
- word count
|
||||
- weekly activity distribution
|
||||
- daily activity distribution
|
||||
- devices used
|
||||
- Delete Tweets and Favs
|
||||
- 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)
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
needs a twitterConfig.json file on the /build folder with the content:
|
||||
```
|
||||
@@ -39,6 +46,6 @@ to run it:
|
||||
- open terminal
|
||||
- execute the script with:
|
||||
```
|
||||
./argus
|
||||
./argos
|
||||
```
|
||||
- follow the instructions that appears on the terminal
|
||||
|
||||
Reference in New Issue
Block a user