Rishikant181 / Rettiwt-API

A CLI tool and an API for fetching data from Twitter for free!
https://rishikant181.github.io/Rettiwt-API/
MIT License
306 stars 31 forks source link

Is it possible to join the user timeline? #367

Closed 0xAddress closed 9 months ago

0xAddress commented 9 months ago

I need to get the user's timeline and filter it by different types, such as tweets, retweets, likes or replies, and then paginate through the cursor

Rishikant181 commented 9 months ago

Although this is possible, it is not implemented in this package as of now. I'll try to add it in the next feature update.

Thanks for the feedback!

Rishikant181 commented 9 months ago

I have opened up a separate issue #368 regarding implementation of this feature. Any further discussions regarding this feature will be done there.

Rishikant181 commented 9 months ago

@0xAddress The feature has been added in the dev branch, but will be published with the next feature update. Thanks for your feedback!

Rishikant181 commented 9 months ago

@0xAddress Rettiwt-API v2.2.0 having this feature, has been released!

0xAddress commented 9 months ago

thank you very much for your efforts