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
123 stars 17 forks source link

bug fix missing end cursor information #66

Open shioshio38 opened 1 month ago

shioshio38 commented 1 month 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.