Owen

Results 6 comments of Owen

Any progress? I'm not big on the idea of an import that is otherwise useless.

I suggest maybe using Rollup + ESBuild to generate both UMD and ESM bundles, along with sourcemaps and a types file. Heres an example I use in one of my...

Yeah I see your point, I am currently writing [undici-shim](https://github.com/Owen3H/undici-shim) which tries to achieve the same thing using the following approach. Although this way, you would need to tell rollup...

To clarify, you aren't using "user" and "pass" as the real inputs, but something different correct? Also, I wouldn't advise calling `.login()` every time you get a tweet or it...

Unrelated to threads, but I've seen other libraries using this endpoint: ``/i/api/graphql/naCjgapXCSCsbZ7qnnItQA/ListLatestTweetsTimeline`` May or may not be useful, thought I'd share it anyways.

> @Owen3H what other libraries? Can you share few links? I got that specific query from [Rettiwt](https://github.com/Rishikant181/Rettiwt-API), but there are some others using the `ListLatestTweetsTimeline` endpoint also. [twitter-openapi-typescript](https://github.com/fa0311/twitter-openapi-typescript) [OldTwitter](https://github.com/aaaaadrien/OldTwitter) (JS/Web...