kabniel
kabniel
Can you post output of `pump.me.published` and `pump.me.links` ?
[1] tells me that PyPump fails to load the user profile from server if you run `$ pypump-shell [email protected] --log=debug` then `pump.me` you'll probably see `DEBUG:requests.packages.urllib3.connectionpool:"GET /api/user/SapienTech/profile HTTP/1.1" 400 38`...
I think the problem might be that you have some upper case letters in your user name, and we are not handling it properly. It would be helpful if you...
I added a work around for this issue, using offset incrementation instead of next/prev links for Favorites feed navigation.
Sounds good to me
I cant see the full [conversation](https://hub.polari.us/steve/note/9slrqPQIR1qk-x3brDwBGQ) about this on pump.io, but i assume we're just talking about loading the https://ofirehose.com/feed.json file into a Feed object? I added a [p firehose](https://github.com/xray7224/p/blob/8d99e0edacb9abb9f0e67993b85ac7bdd03b4cc9/p#L724)...
It's not a perfect solution as the ofirehose feed is more limited than the usual pump.io feeds and the class will have to be re-instantiated every time you want to...
I've added `p outbox [WEBFINGER]` which lists the latest 20 notes posted by the currently active account, if WEBFINGER is specified it lists the latest 20 notes (posted to public,...