This commit is contained in:
Talor Berthelson
2016-06-28 01:39:41 -04:00
parent 3e985d2753
commit 99fce54bdb

2
app.js
View File

@@ -23,7 +23,7 @@ var stream = T.stream('statuses/filter', { follow: '25073877, 1339835893, 179932
stream.on('tweet', function (tweet) { stream.on('tweet', function (tweet) {
if (tweet.user.screen_name === 'a__robot') { if (tweet.user.screen_name === 'a__robot') {
var nameID = tweet.id_str; var nameID = tweet.id_str;
var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID; var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID {console.log(trumptweeturl)};
var s = screenshot(trumptweeturl) var s = screenshot(trumptweeturl)
.width(500) .width(500)