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

Tweet/timeline search for a specific user not working #382

Closed Coareal closed 8 months ago

Coareal commented 9 months ago

When using the api to tweet.search or user.timeline (using the corresponding id) the user "puntium", no tweets or timeline are returned, even though going to the user's twitter profile, we can see that it is an active user.

Rishikant181 commented 9 months ago

I am trying to find out what's wrong, but I think it has something to do with user privacy setting. I'll get back once I identify the problem and a possible fix.

Rishikant181 commented 9 months ago

@Coareal What is the corresponding id of the user "puntium" which you are using?

Rishikant181 commented 9 months ago

@Coareal At first, I managed to reproduce the issue, but then I noticed it was just a typo and I was using "2268617852" as user Id (incorrect) instead of "68617852". Using the correct Id, I was able to get the timeline.

Coareal commented 9 months ago

Hmm weird that i reran the same code today and is working.

Will report again if i encounter something similar

Rishikant181 commented 9 months ago

Sounds good. I'll be keeping this issue open for two weeks. If all seems good by then, it will be closed.

Thanks for the feedback! Means a lot!