arnaucode e5e9af033e update
2017-05-11 23:25:02 +02:00
2017-05-11 23:25:02 +02:00
2017-05-11 23:14:12 +02:00
2017-05-11 23:14:12 +02:00
2017-05-11 23:25:02 +02:00
2017-05-11 23:25:02 +02:00
2017-05-11 22:59:43 +02:00
2017-05-11 23:14:12 +02:00
2017-05-11 23:25:02 +02:00
2017-05-11 23:14:12 +02:00
2017-05-11 23:25:02 +02:00
2017-05-11 23:14:12 +02:00
2017-05-11 23:14:12 +02:00
2017-05-11 23:14:12 +02:00

echo-botnet Go Report Card

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:

echo-botnet

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"
    }
]

Description
No description provided
Readme GPL-3.0 3.4 MiB
Languages
Go 100%