Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tumblr_backup: Add --drafts #200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cebtenzzre
Copy link
Collaborator

This adds a --drafts option that uses OAuth to download drafts.
Some of the OAuth code is borrowed from tumble.py.
Due to OAuth being a bit more finicky than standard API key authentication, this also adds error messages for unsuccessful (not 200) status in API responses.

This is still a bit hacky: client is a global, handling of credentials file errors could be smarter, and the hardcoded credentials file path will never exist on Windows.

This has been tested on Linux, and worked fine for a single draft on a freshly created blog.

TODO: Document the new option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant