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

A tiny, full-featured, flexible client / server library for the Twitter API

Results 74 twitter-lite issues
Sort by recently updated
recently updated
newest added

Reconncting stream after 30 secs results in "420 Enhance your calm" error. My requirements is to update the stream filter, which requires me to disconnect and reconnect. Is there a...

question

Sets the correct url for the 'media/upload' endpoint

We only support `.get()` and `.post()` now, but there's also DELETE: * https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/api-reference/delete-message-event.html * https://developer.twitter.com/en/docs/direct-messages/custom-profiles/api-reference/delete-profile.html * https://developer.twitter.com/en/docs/direct-messages/welcome-messages/api-reference/delete-welcome-message.html

enhancement
good first issue

## Summary In order to interact with quite a few Twitter endpoints, we need to add delete support. I ran into this issue while interacting with [Welcome Messages](https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/welcome-messages/api-reference/delete-welcome-message). ## Related...

enhancement

I'm getting some `type` error with the destructuring assignment maybe error in here https://github.com/draftbit/twitter-lite/blob/master/index.d.ts#L158

bug

![image](https://user-images.githubusercontent.com/26691026/127780522-274933f6-1830-4125-8ef7-ec1f2d124e2c.png) I pulled this off of your example on your README. Doesn't seem to like it very much.

enhancement
documentation

They should not be required because a `bearer_token` can be sufficient.

Created a setter for config.version. When set, will rebuild the uri.

This allows the user to pass custom parameters directly to `Fetch` when calling Twitter endpoints. Addresses #114

I'm using twitter-lite on a Twitter bot account through an API. It starts working nicely, but after some time, Twitter starts responding 215 error on statuses/update, and after reloading the...

question