twitter-v2 icon indicating copy to clipboard operation
twitter-v2 copied to clipboard

An asynchronous client library for the Twitter REST and Streaming API's

Results 29 twitter-v2 issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Checked that your issue isn't already filed: [open...

### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Checked this feature isn't already filed: [open features]...

It works 100% perfectly when `tweets/search/recent`, but as soon as I switch to `tweets/search/all`, it falls apart Works: ```ts const { data } = await client.get("tweets/search/recent", { query: "test" });...

question

fixed error stream json parse

stale

### Prerequisites - [ ] Put an X between the brackets on this line if you have done all of the following: - Checked that your issue isn't already filed:...

working of code: I am making a twitter bot that tweet from my text file named as tweet.txt after fixed time interval using javascript language. Code: const Twitter = require('twitter-v2');...

Im trying to create first step, from oficial instruction ``` const Twitter = require('twitter-v2'); const client = new Twitter({ bearer_token: token, consumer_key: '***', consumer_secret: '***', }); const { data }...