twit icon indicating copy to clipboard operation
twit copied to clipboard

Twitter API Client for node (REST & Streaming API)

Results 101 twit issues
Sort by recently updated
recently updated
newest added

Hello When I run this project I get the following error message: ``` Uncaught Error Error [ERR_REQUIRE_ESM]: require() of ES Module D:\Projects\TwitterMonitoringJavaScript\node_modules\open\index.js from D:\Projects\TwitterMonitoringJavaScript\index.js not supported. Instead change the require...

I am subscribed to the **Twitter API v2 Basic** plan. I want to use the [followers/ids](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids) endpoint but when I call `T.get('followers/ids')`, then I am running into this error: ```json...

Hello, when I try to use the stream.on 'follow' it returns a 404, why is that? ```js var Twit = require('twit') var config = require('./config') var T = new Twit(config)...

I have this code, that is supposed to stream whatever Elon Musk is posting: ``` const twitter = new Twit({`consumer and access tokens provided`}); var stream = twitter.stream('statuses/filter', { track:...

`Error retrieving tweets: Error: Unable to verify your credentials at processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 99, allErrors: [ { code: 99, message: 'Unable to verify your credentials', label: 'authenticity_token_error' } ],...

Twitter is going to move away with v1.1 APIs and focussing more on V2 apis. Is this library compatible to be used with Twitter V2 APIs. path variable in `T.get(path,...

I am trying to log in to post tweets on behalf of my own account from my app. I have not been able to move past the following error: ```...

It return errors from twitter: { errors: [ { message: 'You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this...

i don't really know how to switch to v2 i was hoping someone could help me with it or is there something wrong with the code? ![image_2022-07-05_180616712](https://user-images.githubusercontent.com/86328797/177370441-92e1fa78-d0ee-471f-90a4-0cda4c482e54.png) Error: Bad Twitter...