Hi guys !
With the recent "moves" on Steem, I thought how can I backup all the content I spent hours writing on Steem.
I found this script written by @yuxi (Give him some love for the good work !!)
Follows the short tutorial under Linux Fedora 29:
There are a few modifications to perform, I had a few minor issues for the Unicode encoding/filename encoding (title length) and the limit on the posts, because I have slightly more than 10 posts ^^
Usage, modify the config/system_config.yaml to suit your needs, in my case, I was looking to perform a full backup in a specified directory as follows:
**
boucaron:
latest_posts_only: false
check_back_hours: 24
backup_folder: /home/boucaron/Documents/steemit/sources/backup/
add_date_prefix: true
exclude_categories: test
**
Then run the script as follows:
python steemit_backup.py myUsername
and you are good to go, it will take some time and after you will see a list of files
The only downside, you are missing the images. But it is pretty neat to have a backup of all your posts !
Enjoy !
Julien