PyPump
PyPump copied to clipboard
A pump.io library
While attempting to use the packaged version of pypump-shell in Xubuntu 18.04, I found that the documentation previously referenced appears to no longer be posted. Is there a backup anywhere?
We are currently doing a network request when we use `ItemList.__getitem__()`, we should instead try to use cached data.
The `verify_requests` option on the PyPump object should really only be used for debugging. We should warn developers against making this option available to end-users (fingerprint-pinning is a better option...
after verifying mediagoblin account in both pypump-shell and manually via command line, above error occurs when trying to access user's inbox. Note the line [print pump.me] does not return an...
There doesn't seem to be any licences for the documentation, we should fix this. Which licence should we choose?
Current version of `PyPump.request()` returns `response.json()`, which means it can only be used for requests where the server will return json data. We should rewrite it so that it can...
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,...
Currently the API fails (obviously) when there is an intermediate proxy. Provision to set the proxy will be nice! I think python-request has special option for that.
The tutorial has a lot of useful things in however it's incomplete, it includes nothing about: - Lists of poeple (to, cc, bcc, etc.) and the special Public, Followers, Following...
`pump.me.lists[0]` , `pump.me.lists[1]` and so on returns the same collection, this is caused by a `offset` and `count` parameters bug in pump.io https://github.com/e14n/pump.io/issues/794