Danie1 / threads-api

Unofficial Python API for Meta's Threads App
https://pypi.org/project/threads-api/
MIT License
108 stars 15 forks source link

get_post doesn't retrieve all its associated replies #31

Closed veluloganathan-ml closed 11 months ago

veluloganathan-ml commented 12 months ago

tried get_post() with the public post url which has more than 50 replies, function returns only few replies.

Danie1 commented 11 months ago

I will look into adding pagination for the private API. The public API has some limitations that require an authenticated session.

Danie1 commented 11 months ago

Hey, this was added in v1.1.13 (https://github.com/Danie1/threads-api/releases/tag/v1.1.13).

Please open a new issue if it's not suitable / another one appears.

Thanks for contributing to this project.