This commit is contained in:
Talor Berthelson
2016-06-28 02:28:22 -04:00
parent fb1dc0beab
commit b7b1b674e5

2
app.js
View File

@@ -62,7 +62,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response
console.log("Replied to Trump's Tweet with " + randomtrumpmessage) console.log("Replied to Trump's Tweet with " + randomtrumpmessage)
}) })
} }
} })
}) })
T.post('statuses/update', {status: randomtrumpmessage + ' ' + trumptweeturl}, function (err, data, response) { T.post('statuses/update', {status: randomtrumpmessage + ' ' + trumptweeturl}, function (err, data, response) {
console.log("Posted tweet with " + randomtrumpmessage) console.log("Posted tweet with " + randomtrumpmessage)