tumblr-utils icon indicating copy to clipboard operation
tumblr-utils copied to clipboard

tumblr_backup update for python 3?

Open bouguereaux opened this issue 7 years ago • 4 comments

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!

bouguereaux avatar Apr 18 '17 00:04 bouguereaux

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

bbolli avatar Apr 18 '17 21:04 bbolli

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?

heatherbmayer avatar Oct 21 '17 22:10 heatherbmayer

Can you submit a pull request?

bbolli avatar Oct 23 '17 10:10 bbolli

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.

heatherbmayer avatar Oct 24 '17 11:10 heatherbmayer