Hello, I have been searching around for this, but I cannot seem to find any information about it, and what I have tried just returns a 406: (this is in nodejs)
const retweetStream = T.stream('statuses/filter', { retweets_of: 'CorayzyD', });
I need to listen to when someone retweets MY POSTS (both retweets with AND without quote text)
I then need it to output the username into a discord channel (which is easy enough, I just need to listen for retweets of my tweets
@Corayzy#8258 is my discord, if you would prefer to reply on there - however I feel a response would be best on here, so others' can view it later :)
Hello, I have been searching around for this, but I cannot seem to find any information about it, and what I have tried just returns a 406: (this is in nodejs)
const retweetStream = T.stream('statuses/filter', { retweets_of: 'CorayzyD', });
I need to listen to when someone retweets MY POSTS (both retweets with AND without quote text) I then need it to output the username into a discord channel (which is easy enough, I just need to listen for retweets of my tweets
@Corayzy#8258 is my discord, if you would prefer to reply on there - however I feel a response would be best on here, so others' can view it later :)
Thanks for any help!