Cleans inactive and hacked tumblr blogs that you follow.
Web apps should use the standard OAuth flow, reserving xAuth for apps in which the web authorization process is impractical or impossible, such as native desktop or mobile apps.
xAuth is not enabled by default. To request xAuth permission for your app, please use the Request xAuth link on an app above. xAuth access-token URL:
POST https://www.tumblr.com/oauth/access_token
Accepts x_auth_username (the user's email address), x_auth_password, and x_auth_mode=client_auth, just like Twitter's implementation.
You will need to create config.ini at the root of this repository:
[tumblr]
consumer_key=<consumer_key>
consumer_secret=<consumer_secret>
oauth_token=<oauth_token>
oauth_token_secret=<oauth_token_secret>
Execute:
docker build -t tumblr-cleaner .
Execute:
docker run -it --rm --name my-tumblr-cleaner tumblr-cleaner