twitter-lite
twitter-lite copied to clipboard
A tiny, full-featured, flexible client / server library for the Twitter API
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...
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
## 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...
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
 I pulled this off of your example on your README. Doesn't seem to like it very much.
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...