bbolli / tumblr-utils

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

tumblr_backup update for python 3? #87

Open bouguereaux opened 7 years ago

bouguereaux commented 7 years ago

i recently installed python 3 on my computer and can still run this program by switching to python 2.6 in the command line. however, i was able to get partway through converting the backup script to python 3 parlance. it would be cool to have a full update fit for python 3 someday!

bbolli commented 7 years ago

Well, since you already have a partial patch, why don't you share it?

heatherbmayer commented 6 years ago

I have a version that works with python3. I did have some issues with the encoding section and ended up commenting part of it out... but it appears that everything else works okay. What would be the best way to share that?

bbolli commented 6 years ago

Can you submit a pull request?

heatherbmayer commented 6 years ago

Thanks, I have submitted a pull request. I split it off into a new file since your version still works with python2 as far as I know, didn't seem necessary to overwrite. Thanks for the original, major timesaver.