Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/argos
Open source twitter entropic toolkit written in Go lang
https://github.com/arnaucube/argos
Last synced: about 10 hours ago
JSON representation
Open source twitter entropic toolkit written in Go lang
- Host: GitHub
- URL: https://github.com/arnaucube/argos
- Owner: arnaucube
- License: mit
- Created: 2017-04-12T13:10:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T17:30:04.000Z (over 6 years ago)
- Last Synced: 2024-04-16T22:33:51.799Z (7 months ago)
- Language: Go
- Homepage: http://arnaucube.com/argos/
- Size: 18.2 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
http://arnaucode.com/argos/
# argos [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucode/argos)](https://goreportcard.com/report/github.com/arnaucode/argos)
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_Panopteshttps://en.wikipedia.org/wiki/Panopticon
![Argos](https://raw.githubusercontent.com/arnaucode/argos/master/argos.jpg "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](https://raw.githubusercontent.com/arnaucode/argos/master/screen3.png "screen")
![screen](https://raw.githubusercontent.com/arnaucode/argos/master/screen2.png "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