Rishikant181 / Rettiwt-API

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

.user.followed() can't get latest tweets #592

Open spencer17x opened 2 months ago

spencer17x commented 2 months ago

When i use .user.followed(), sometimes i can't get the latest tweet.

Rishikant181 commented 2 months ago

Let me check that out and I'll get back to you.

Rishikant181 commented 2 months ago

It might be that the .user.following method does not arrange the tweets chornologically, as is done the web-app, so the latest tweet might not be the first in the returned response, but might be further down below. Can you confirm this?

spencer17x commented 2 months ago

It might be that the .user.following method does not arrange the tweets chornologically, as is done the web-app, so the latest tweet might not be the first in the returned response, but might be further down below. Can you confirm this?

Ok, thanks, I'll try

spencer17x commented 2 months ago

It might be that the .user.following method does not arrange the tweets chornologically, as is done the web-app, so the latest tweet might not be the first in the returned response, but might be further down below. Can you confirm this?

I tried, found that there is no message below, there will be a lost message problem