docs icon indicating copy to clipboard operation
docs copied to clipboard

How to Make a Twitter Bot that Replies to Tweets with Node Proposed Changes

Open Nithur-M opened this issue 3 years ago • 0 comments

Link: https://www.linode.com/docs/guides/nodejs-twitter-bot/

Issue

The support for the streaming endpoint that the Twit package uses has been deprecated by Twitter. So your code is not working with the latest v2 endpoint.

##suggested fix use twitter-api-v2 library.

Nithur-M avatar Jun 30 '22 14:06 Nithur-M