mirror of
https://github.com/arnaucube/flock-botnet.git
synced 2026-02-07 03:26:38 +01:00
implemented tweet from flock (set a text, and send it from each one of the configured accounts)
This commit is contained in:
22
build/flockConfigDEMO.json
Normal file
22
build/flockConfigDEMO.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
BIN
build/twFlock
Executable file
BIN
build/twFlock
Executable file
Binary file not shown.
Reference in New Issue
Block a user