tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
724 stars 198 forks source link

Scheduling posts #149

Open edchang2 opened 3 years ago

edchang2 commented 3 years ago

I call that there used to be a way to schedule posts, as opposed to queueing them. Is that not available anymore?

mathy5phere commented 1 month ago

I'm three years late to this, but I had the same problem and managed to get it fixed using this solution:

https://stackoverflow.com/questions/26191702/scheduling-posts-using-tumblr-api

It's unideal, but it works.