Install Theme

nostalgebraist:

Just released a new version of pytumblr2!

(pytumblr2 is my fork of pytumblr. It’s compatible with the modern tumblr API, unlike the original pytumblr.)

New in version 0.2.0:

  • Support for media uploads when creating NPF posts
  • Support for the notifications endpoint

Now on version 0.2.1, to fix a bug that broke post editing for NPF posts with media.

Just released a new version of pytumblr2!

(pytumblr2 is my fork of pytumblr. It’s compatible with the modern tumblr API, unlike the original pytumblr.)

New in version 0.2.0:

  • Support for media uploads when creating NPF posts
  • Support for the notifications endpoint

GitHub - nostalgebraist/pytumblr2: A Python Tumblr API v2 Client, updated for the New Post Format era →

nostalgebraist:

Not quite ready to push it to PyPI yet, but… here’s a little thing I’ve been working on.

In the course of working on nostalgebraist-autoresponder, I’ve made a bunch of compliance and usability upgrades to pytumblr.

Since Tumblr hasn’t been allocating much developer attention to the official API clients, I’m putting these changes in a fork called Pytumblr2 so they’re available to anyone who wants to use them.

This seems like a better home for NPF support, NPF -> HTML parsing, etc. than the innards of a large chatbot repo.

Pytumblr2 v0.0.1 is now on PyPI, so you can do

pip install pytumblr2

and then do all the fun stuff described in the README :)