node-twitter-api-v2
node-twitter-api-v2 copied to clipboard
Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
**Describe the bug** For example, the error if you upload an invalid image for the profile banner, the `ApiResponseError` will have a `data` attribute that doesn't respect the typings. ```...
**Describe the bug** I get this error pretty frequently: > TypeError: Cannot read properties of undefined (reading 'reset') File "/app/node_modules/twitter-api-v2/dist/paginators/TwitterPaginator.js", line 16, col 43, in UserTimelineV1Paginator.get _isRateLimitOk [as _isRateLimitOk] const...
I've been running a test project to get familiar. I was briefly disonnected from my wifi when moving my laptop, which lead to this. When my app attempted to reconnect,...
**Describe the bug** There doesn't seem to be a way to close the socket (eg after tests run). So running any integration tests will result in warnings on jest and...
To make the example more readable.
**Describe the solution you'd like** To get a progress read out from the uploadMedia function
**Is your feature request related to a problem? Please describe.** There are some eslint errors that are present in the latest commit on master. Eslint is a good idea but...
Fixed all found via `npm audit`. Note: Mocha is updated to 9.2.2 from 8.x.x, [with breaking changes](https://github.com/mochajs/mocha/releases/tag/v9.0.0). **TLDR** _Dropping Node.js v10.x support_ - does not matter since we use 14.x...
**Is your feature request related to a problem? Please describe.** Not really just good practice. There are lots of tests, but not an easy way to tell if new commits...
Remove deprecated features - [ ] All rate limit helpers (cache + methods + autosave) available on `TwitterApiBase` and `ClientRequestMaker` - [ ] `options.type` parameter of `.uploadMedia` - [ ]...