mirror of
https://github.com/arnaucube/echo-botnet.git
synced 2026-02-06 19:06:45 +01:00
e5e9af033e842a71bb9866f00976a19f184b3d40
echo-botnet 
A twitter botnet with autonomous bots replying tweets with pre-configured replies
Echo (Ēkhō): https://en.wikipedia.org/wiki/Echo_(mythology)#
Needs the files:
botsConfig.json --> contains the tokens of the bots
keywordsConfig.json --> contains the keywords to track from Twitter API
repliesConfig.json --> contains the replies
Just need to configure:
configuration file example (botsConfig.json):
[{
"title": "account1",
"consumer_key": "xxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxx"
},
{
"title": "account2",
"consumer_key": "xxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxx"
},
{
"title": "account3",
"consumer_key": "xxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxx"
}
]
Languages
Go
100%
