Rishikant181 / Rettiwt-API

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

Implement tweet streaming functionality #467

Closed Jeto143 closed 7 months ago

Jeto143 commented 7 months ago

This pull request introduces a new tweet "streaming" functionality. The feature enables the retrieval of upcoming tweets that match specified criteria in pseudo real-time, achieved through intermittent polling.

Please note that this implementation is still a work-in-progress, as the corresponding CLI command has not been created yet.

It's worth mentioning that if the filter criteria are overly broad, the system may not have sufficient time to retrieve all matching tweets.

@Rishikant181, I found a need for this functionality in one of my projects and wanted to share it here for feedback. I haven't been closely following the project's progress until recently, so I'm curious if there's already a similar feature available or if there are plans for one in the works. Looking forward to your thoughts!

Rishikant181 commented 7 months ago

I'll be reviewing it in the morning (it's midnight here).

Thanks for the contribution!