bbolli / tumblr-utils

Utilities for dealing with Tumblr blogs, Tumblr backup
GNU General Public License v3.0
668 stars 124 forks source link

Archiving with OAuth #95

Closed ioncorimenia closed 5 years ago

ioncorimenia commented 7 years ago

For NSFW blogs, you now need to authenticate with OAuth and disable the filter on that account. Try using the API Console. If you try to get the post list on an NSFW blog using only your API Key, you get a 404, but if you use OAuth, it gives you the post list like normal.

cebtenzzre commented 5 years ago

Is this still applicable? I haven't needed OAuth for NSFW blogs. Dashboard-only blogs are another story.

Hrxn commented 5 years ago

Well, it's still applicable, I'd say. But still a duplicate of #128 . I assume that private/"Dashboard-only" NSFW blogs is what the opener meant.

ioncorimenia commented 5 years ago

When I first tried this script it didn't want to download NSFW blogs and I assumed you had to auth with an account to access them. Accessing NSFW blogs after to removal probably does actually need authentication as I'm still able to view them through the Tumblr app. Maybe that uses the svc api? Closing this as it's a duplicate of #128.