Skip to content

Instantly share code, notes, and snippets.

@ASingleMind
ASingleMind / Delete_Save.py
Created June 3, 2023 16:01
Tumblr Draft Bulk Save and Delete
import pytumblr
import requests
# Tumblr API credentials
consumer_key = 'YOUR_CONSUMER_KEY'
consumer_secret = 'YOUR_CONSUMER_SECRET'
oauth_token = 'YOUR_OAUTH_TOKEN'
oauth_secret = 'YOUR_OAUTH_SECRET'
# Create a Tumblr client