PyPump
PyPump copied to clipboard
Person.favorites feed only return 20 items
Person.favorites inherits from the Feed class which relies on links['next'] to navigate through a feed's items list, but the pump.io API doesnt add the needed links for the favorites feed, see https://github.com/e14n/pump.io/issues/812
I added a work around for this issue, using offset incrementation instead of next/prev links for Favorites feed navigation.