mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 04:01:05 -05:00
lol
This commit is contained in:
10
app.js
10
app.js
@@ -60,13 +60,15 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response
|
|||||||
|
|
||||||
T.post('statuses/update', params, function (err, data, response) {
|
T.post('statuses/update', params, 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)
|
||||||
})
|
})
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user