bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
310 stars 107 forks source link

Cleaned up batching, added bookmark resets #190

Closed CapofWeird closed 1 year ago

CapofWeird commented 1 year ago

Most batched functions were not set up with the ability to reset the bookmark upon pulling all data. I've added the ability to reset the bookmark to almost all of the batched functions.

I did not add this functionality to the function get_board_invites(), because it doesn't seem to be using bookmarks to begin with.

bstoilov commented 1 year ago

Thank you :)