Python Tumblr Backup Process
Python On Tumblr This guide is for 100% programming coding newbies to use this tumblr backup service. if you prefer watching a video instead of reading, see this video tutorial by @sheepykin. Tumblr backup is a python tool that backs up your tumblr blog locally as html files, preserving all your posts, images, and media. it creates a beautiful, browsable archive of your blog that you can view offline.
Code Tutorials On Tumblr Me showing you how to use the python script to backup your tumblr blog following the steps at: github bbolli tumblr util. Tumblr backup is a python tool that backs up your tumblr blog locally as html files, preserving all your posts, images, and media. it creates a beautiful, browsable archive of your blog that you can view offline. Unfortunately the best backup approach i've seen is not the built in backup option from tumblr itself, but a python app called tumblr utils. tumblr utils is a very, very cool project that deserves a lot of credit, but it can be tough to get working. This is a fork of bbolli's tumblr utils, with a focus on tumblr backup.py. it adds python 3 compatibility, various bug fixes, a few enhancements to normal operation, support for dashboard only blogs, and several other features see the output of tumblr backup help for the full list of options.
Code Tutorials On Tumblr Unfortunately the best backup approach i've seen is not the built in backup option from tumblr itself, but a python app called tumblr utils. tumblr utils is a very, very cool project that deserves a lot of credit, but it can be tough to get working. This is a fork of bbolli's tumblr utils, with a focus on tumblr backup.py. it adds python 3 compatibility, various bug fixes, a few enhancements to normal operation, support for dashboard only blogs, and several other features see the output of tumblr backup help for the full list of options. More documentation can be found in each script's docstring or in tumblr backup.md. the utilities run under python 2.7. on 2015 06 04, i made the v2 api the default on the master branch. the former master branch using the v1 api is still available on github as api v1, but will no longer be updated. Also, made this guide for backup tumblr blogs (ft. export blog method, and python 3 script method):. But after working with many people over the past week or so to back up many blogs, i’ve got a process hammered out. this is as streamlined as i can get it, and even works for the trickier task downloading the videos on your blog. Run tumblr backup.py blog name as often as you like manually or from a cron job. the recommendation is to do a hourly incremental backup and a daily complete one. there are two optional dependencies that enable additional features: to backup audio and video, install dl.
Comments are closed.