implemented tweet from flock (set a text, and send it from each one of the configured accounts)

This commit is contained in:
arnaucode
2017-04-22 00:57:32 +02:00
parent 7f843ad866
commit 5c5ad80551
8 changed files with 272 additions and 0 deletions

View 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

Binary file not shown.