iSarabjitDhiman / TweeterPy

TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc.
MIT License
169 stars 30 forks source link

bug fix missing end cursor information #66

Closed shioshio38 closed 2 months ago

shioshio38 commented 5 months ago

The location of the end cursor and top cursor are different in the initial response and the second and subsequent responses.

In the first response, both the top cursor and end cursor are included in the type TimelineAddEntries, but after the second response, they are included in a separate location called TimelineReplaceEntry. Therefore, cursor-top and cursor-bottom included in TimelineReplaceEntry were added.

shioshio38 commented 2 months ago

I withdraw this PR.

iSarabjitDhiman commented 2 months ago

I will fix everything in the upcoming releases. I am refactoring the code so I cannot merge this one into the main branch yet. If I merge, there are going to be merge conflicts as the new code (the one I'm currently working on) is not the same.

Thanks for your help.