Skip to content

Commit

Permalink
tumblr_backup: remove the API key
Browse files Browse the repository at this point in the history
API keys should not be shared, according to Tumblr's API agreement, and
they seem to have started enforcing this recently.

Fixes #210
  • Loading branch information
bbolli committed Jun 25, 2020
1 parent 08cbe44 commit da3370c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tumblr_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def test_jpg(h, f):
HTTP_TIMEOUT = 90
HTTP_CHUNK_SIZE = 1024 * 1024

# bb-tumblr-backup-gen2 API key
API_KEY = 'brVeh51SIEuLgQIJqRwmJYJMNdXHSvk0R3GiN0ETcaDYrEqH1B'
# get your own API key at https://www.tumblr.com/oauth/apps
API_KEY = ''

# ensure the right date/time format
try:
Expand Down

0 comments on commit da3370c

Please sign in to comment.