mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 04:01:05 -05:00
lol
This commit is contained in:
3
app.js
3
app.js
@@ -23,7 +23,8 @@ 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 {console.log(trumptweeturl)};
|
var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID;
|
||||||
|
console.log(trumptweeturl);
|
||||||
|
|
||||||
var s = screenshot(trumptweeturl)
|
var s = screenshot(trumptweeturl)
|
||||||
.width(500)
|
.width(500)
|
||||||
|
|||||||
Reference in New Issue
Block a user