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

This PR adds some much needed quality control to the types by adding tests, a linter and automatic checks on each PR. Full changelog: - Move index.d.ts to 'types' directory...

enhancement

I have tried using twitter-lite in the browser, the documentation says it is supported, but I get a cors error. Am I missing something? There is no mention of cors...

question
documentation

hello i want to know if it's possible to track when new people follow you (I search 3/4 days and i found nothing who works)

question

Inside Stream on data event I have called below function but it doesnt return response object it return Promise Pending `var param = { source_id: "XXXX", target_id: "XXXXX", }; try...

question

Not super clear from docs how would one go about using the[ premium operators](https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-realtime/guides/premium-operators) twitter provides to track things in a stream? Say for example one wanted to track mentions...

question

When using this API, how do we send the search operators. It seems it is searching for the operator as well in the search string. https://developer.twitter.com/en/docs/twitter-api/v1/rules-and-filtering/overview/standard-operators. Lets say I want...

question

https://github.com/draftbit/twitter-lite/blob/084a68d23be3d4485d814abc424b42dd00b163be/twitter.js#L142

bug

For some reason the library works fine in my local host, but when I sent it to Vercel server it says that it didn't authenticate me... Any other library works...

question

## Use case I use `Twitter.post` in order to post status updates, i.e. all my calls are as simple as: ```ts const twitter = new Twitter(config) await twitter.post('statuses/update', { status:...

bug

I was bitten by a bug where I expected a thrown `err.message` to exist, but it didn't since this library is throwing response objects rather than Error objects. It's [good...

enhancement