create account

SteemYaLater: Your Steem Blog Image Backup Solution! by anthonyadavisii

View this thread on: hive.blogpeakd.comecency.com
· @anthonyadavisii · (edited)
$85.65
SteemYaLater: Your Steem Blog Image Backup Solution!
# Automation to the Rescue!

     This Python 3.6 script uses the Steem Beem Library and a variety of methods to archive your Steem Blog images as well as markdown files. It used image hash verification to ensure that files are downloaded once saving valuable storage space.

![735k3t.png](https://img.esteem.app/735k3t.png)

![dcelof.png](https://img.esteem.app/dcelof.png)

# Repository

https://github.com/anthonyadavisii/SteemYaLater

# Version 2.0 Change Notes

- Added PyCurl download method to address issues w steemitboard images
- Data Deplication enabled: Prevents redownload of file if already exists in folder structure. Symbolic link with relative path placed instead saving valuable storage space.
- Logging and CSV output: Session log file is produced in working directory. Output CSVs are created for each account so users may readily see what failed and may require manual action.

# Version 1.0

     Version 1 was the basic framework with wget. We don't talk about version 1 anymore. 

https://i.redd.it/zw17doei2h211.jpg

     I've worked hard and made a ton of progress in order to give my fellow Steemians a way to save their priceless data.

# Roadmap

- Steem Blog Backup as a Service
- @dtube thumbnail support
- Upload to Skynet web portal

# Known Issues

     DTube thumbnails will not download as they are not stored within the Beem Comment json_metadata image property. Logic to be added to accomodate. Also, some links may require escape characters. These will be addressed as time permits.

### Uses Python 3.6

# Install Prerequisites

```
# PyCurl may require the following packages be installed.

sudo apt install libcurl4-openssl-dev libssl-dev

# Python modules installation

Python 3.6 -m pip install beem
Python 3.6 -m pip install wget
Python 3.6 -m pip install urllib3[secure]
Python 3.6 -m pip install pycurl
Python 3.6 -m pip install certifi #may or may not be needed if the [secure] option is used for urllib3
```

# Execute Script

```
python3.6 SteemYaLater.py
```

### Prompts for Steem User. Alternatively, you may populate the accounts list variable with users to backup

Account to Backup? anthonyadavisii

### Script will crawl your blog_entries filtering out resteems (reblogs)

![st4y66.png](https://img.esteem.app/st4y66.png)

### Will then cycle through each blog_entry, save the body to a .txt files, and grab any images it can with wget or urllib3


# Feel free to reach out if you need help! If you appreciate the work, consider sending me a tip!

![dcelof.png](https://img.esteem.app/dcelof.png)

### How to put your FREE Downvotes to work in 2 easy steps! 

![2sxn09.gif](https://img.esteem.app/2sxn09.gif)
[Learn more!](https://steemit.com/esteem/@anthonyadavisii/how-to-put-your-free-downvotes-to-work-in-2-easy-steps)

*This post was created using the [@eSteem Desktop Surfer App](https://github.com/eSteemApp/esteem-surfer/releases).*

     They also have a [referral program](https://esteem.app/hive-125125/@esteemapp/esteem-referrals) that promotes users to onboard to our great chain. Sign up using my [referral link](https://esteem.app/signup?referral=anthonyadavisii) to help support my efforts to improve the Steem blockchain.

###  Ditch Partiko and get eSteem today!

<table>
  <tr>
    <th>PlayStore - Android</th>
    <th>Windows, Mac, Linux</th>
  </tr>
  <tr>
    <td><a href='https://play.google.com/store/apps/details?id=app.esteem.mobile.android'><img alt='Get eSteem on Google Play' src='https://img.esteem.ws//twstd2x0xx.png' /></a></td>
    <td><a href='https://github.com/eSteemApp/esteem-surfer/releases'><img src='https://img.esteem.ws//42dgm1zzo1.png' alt='Get eSteem for Desktop' /></a></td>
  </tr>
  <tr>
    <th colspan="2">AppStore - iOS</th>
    <th>Web</th>
  </tr>
  <tr>
    <td colspan="2"><a href='https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1451896376&mt=8'><img src='https://img.esteem.ws//ir3o7p26w7.png' alt='Get eSteem on AppStore' /></a></td>
    <td><a href='https://esteem.app'><img src='https://img.esteem.ws/100/bqaxajqbid.png' alt='Get eSteem for Desktop' /></a></td>
  </tr>
</table>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 290 others
👎  ,
properties (23)
authoranthonyadavisii
permlinksteemyalater-your-steem-blog-image-backup-solution
categoryhive-136515
json_metadata{"links":["https://github.com/anthonyadavisii/SteemYaLater","https://steemit.com/esteem/@anthonyadavisii/how-to-put-your-free-downvotes-to-work-in-2-easy-steps","https://github.com/eSteemApp/esteem-surfer/releases","https://esteem.app/hive-125125/@esteemapp/esteem-referrals","https://esteem.app/signup?referral=anthonyadavisii","https://play.google.com/store/apps/details?id=app.esteem.mobile.android","https://github.com/eSteemApp/esteem-surfer/releases","https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1451896376&mt=8","https://esteem.app"],"image":["https://img.esteem.app/735k3t.png","https://img.esteem.app/dcelof.png","https://i.redd.it/zw17doei2h211.jpg","https://img.esteem.app/st4y66.png","https://img.esteem.app/dcelof.png","https://img.esteem.app/2sxn09.gif","https://img.esteem.ws//twstd2x0xx.png","https://img.esteem.ws//42dgm1zzo1.png","https://img.esteem.ws//ir3o7p26w7.png","https://img.esteem.ws/100/bqaxajqbid.png"],"users":["dtube"],"tags":["hive-136515","steemyalater","steemdev","backups","blog","python","stemgeeks"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-07 23:00:06
last_update2020-03-08 02:47:09
depth0
children27
last_payout2020-03-14 23:00:06
cashout_time1969-12-31 23:59:59
total_payout_value43.654 HBD
curator_payout_value41.992 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,214
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id96,160,197
net_rshares302,695,551,000,301
author_curate_reward""
vote details (356)
@abitcoinskeptic ·
I'm not going to try this in current form due to an adversion to the technical nature, but I do like the road map.

Your efforts are greatly appreciated.
👍  
properties (23)
authorabitcoinskeptic
permlinkre-anthonyadavisii-q6uoya
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 01:18:15
last_update2020-03-08 01:18:15
depth1
children2
last_payout2020-03-15 01:18:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation335,387,091,612,941
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,143
net_rshares113,889,597,713
author_curate_reward""
vote details (1)
@anthonyadavisii ·
I look into putting all the dependencies into a docker container to simplify use and so users on non Ubuntu operating systems can use. Thanks for the sentiment. Glad to help!
👍  
properties (23)
authoranthonyadavisii
permlinkre-abitcoinskeptic-202037t19572191z
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-08 01:57:21
last_update2020-03-08 01:57:21
depth2
children1
last_payout2020-03-15 01:57:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,644
net_rshares4,425,952,695
author_curate_reward""
vote details (1)
@abitcoinskeptic ·
I'm running linux minty on a netbook I rarely use...would that manage this?
👍  
properties (23)
authorabitcoinskeptic
permlinkre-anthonyadavisii-q6uqxb
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 02:00:48
last_update2020-03-08 02:00:48
depth3
children0
last_payout2020-03-15 02:00:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation335,387,091,612,941
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,686
net_rshares3,623,429,854
author_curate_reward""
vote details (1)
@anthonyadavisii ·
Updated again to inject header data to steemitimages.com. Recommend increasing pauseTimeInit due to suspected rate limiting.
👍  
properties (23)
authoranthonyadavisii
permlinkre-anthonyadavisii-202037t23547438z
categoryhive-136515
json_metadata{"tags":["hive-136515","steemyalater","steemdev","backups","blog","python","stemgeeks"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-08 05:54:06
last_update2020-03-08 05:54:06
depth1
children0
last_payout2020-03-15 05:54:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,165,949
net_rshares4,546,392,849
author_curate_reward""
vote details (1)
@battleaxe ·
$0.02
Amazing work, thank you
👍  , ,
properties (23)
authorbattleaxe
permlinkq6urdp
categoryhive-136515
json_metadata{"app":"steemit/0.2"}
created2020-03-08 02:10:36
last_update2020-03-08 02:10:36
depth1
children0
last_payout2020-03-15 02:10:36
cashout_time1969-12-31 23:59:59
total_payout_value0.010 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation97,969,256,878,476
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,804
net_rshares141,710,816,648
author_curate_reward""
vote details (3)
@bobinson ·
Really appreciate coming up with this! Going to test now.
👍  
properties (23)
authorbobinson
permlinkq6vajs
categoryhive-136515
json_metadata{"app":"steemit/0.2"}
created2020-03-08 09:04:39
last_update2020-03-08 09:04:39
depth1
children2
last_payout2020-03-15 09:04:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation55,343,141,313,811
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,169,536
net_rshares126,200,802,292
author_curate_reward""
vote details (1)
@anthonyadavisii ·
$0.02
May want to get the latest as I made a few tweaks and addressed a couple issues.
👍  ,
properties (23)
authoranthonyadavisii
permlinkre-bobinson-202038t21271844z
categoryhive-136515
json_metadata{"tags":["esteem"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-09 02:27:00
last_update2020-03-09 02:27:00
depth2
children1
last_payout2020-03-16 02:27:00
cashout_time1969-12-31 23:59:59
total_payout_value0.011 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,192,324
net_rshares152,994,449,747
author_curate_reward""
vote details (2)
@bobinson ·
I ran into some delimiter issues/erros while trying to run. I have raised an issue. Will check whether I can fix (Im stuck with this bloody Bitcoin and ZMQ crash at work!)
properties (22)
authorbobinson
permlinkq6xqzf
categoryhive-136515
json_metadata{"app":"steemit/0.2"}
created2020-03-09 16:54:51
last_update2020-03-09 16:54:51
depth3
children0
last_payout2020-03-16 16:54:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation55,343,141,313,811
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,209,661
net_rshares0
@drakos · (edited)
$0.25
There are errors in your install prerequisites
`Python 3.6` should be `python3.6`

Also, I had a problem installing pycurl, so do this first:
`sudo apt install libcurl4-openssl-dev libssl-dev`
then
`python3.6 -m pip install pycurl`

Another problem when I run it:
`FileNotFoundError: [Errno 2] No such file or directory: '/home/drak/SteemYaLater/Backups/drakos'`

So I created that folder manually, then I run the tool again, it fetches the posts but when it starts downloading them, it spits out binary characters on the screen. Did you test this tool properly?
👍  , , , ,
properties (23)
authordrakos
permlinkq6urpk
categoryhive-136515
json_metadata{"app":"steemit/0.2"}
created2020-03-08 02:17:45
last_update2020-03-08 02:35:06
depth1
children3
last_payout2020-03-15 02:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.125 HBD
curator_payout_value0.124 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length562
author_reputation112,280,226,665,329
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,927
net_rshares1,445,496,693,199
author_curate_reward""
vote details (5)
@anthonyadavisii ·
I forgot about that. Yes, that was also encountered during my setup but it slipped my mind. I'll update the readme. Thanks, @drakos!
👍  , ,
properties (23)
authoranthonyadavisii
permlinkre-drakos-q6usws
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 02:43:39
last_update2020-03-08 02:43:39
depth2
children0
last_payout2020-03-15 02:43:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,163,368
net_rshares44,612,351,608
author_curate_reward""
vote details (3)
@reverendrum ·
Terminal is spitting out garbage but it's backing up some of my posts at least after I made the backup folder.
👍  
properties (23)
authorreverendrum
permlinkq6uu3w
categoryhive-136515
json_metadata{"app":"steemit/0.2"}
created2020-03-08 03:09:33
last_update2020-03-08 03:09:33
depth2
children1
last_payout2020-03-15 03:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation13,543,963,036,335
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,163,817
net_rshares32,569,998,151
author_curate_reward""
vote details (1)
@anthonyadavisii ·
Good catch! Updated repo

https://github.com/anthonyadavisii/SteemYaLater/commit/172a3883a29b40fed8b70d5124e6293e66084439
👍  ,
👎  , , ,
properties (23)
authoranthonyadavisii
permlinkre-reverendrum-202037t223446373z
categoryhive-136515
json_metadata{"tags":["esteem"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-08 04:34:45
last_update2020-03-08 04:34:45
depth3
children0
last_payout2020-03-15 04:34:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,164,869
net_rshares126,408,325,697
author_curate_reward""
vote details (6)
@engrave ·
Unfortunately, the newest version from Github does not work. Any chances to fix that?

```
  File "SteemYaLater.py", line 187
    continue
    ^
SyntaxError: 'continue' not properly in loop
```
👍  
properties (23)
authorengrave
permlinkre-anthonyadavisii-q7c1fx
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.4"}
created2020-03-17 10:07:12
last_update2020-03-17 10:07:12
depth1
children4
last_payout2020-03-24 10:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation318,720,972,858,296
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,431,369
net_rshares75,777,371,399
author_curate_reward""
vote details (1)
@anthonyadavisii ·
Thanks for the heads up. Will take a look. 
👍  
properties (23)
authoranthonyadavisii
permlinkre-engrave-2020317t71743128z
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"}
created2020-03-17 12:17:45
last_update2020-03-17 12:17:45
depth2
children3
last_payout2020-03-24 12:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,433,696
net_rshares5,641,527,337
author_curate_reward""
vote details (1)
@engrave ·
Let me know when it's ready, I would love to contribute by dockerizing it.
properties (22)
authorengrave
permlinkre-anthonyadavisii-q7ckvg
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.6"}
created2020-03-17 17:07:03
last_update2020-03-17 17:07:03
depth3
children2
last_payout2020-03-24 17:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation318,720,972,858,296
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,440,639
net_rshares0
@freebornangel ·
Can you set it up to email pdf's?
Or provide a link to download a PDF?
👍  
properties (23)
authorfreebornangel
permlinkre-anthonyadavisii-q6uox7
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 01:17:33
last_update2020-03-08 01:17:33
depth1
children2
last_payout2020-03-15 01:17:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation171,005,551,503,977
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,136
net_rshares115,023,328,433
author_curate_reward""
vote details (1)
@anthonyadavisii ·
What I'm doing currently is zipping up the backup on my Ubuntu box, transferring that to my cloud provider, and then providing a shareable link. 

It's a few too many manual steps at the moment but plan to automate some of the steps such as having the script take care of compression. You're update should be next up btw
👍  
properties (23)
authoranthonyadavisii
permlinkre-freebornangel-202037t19405147z
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-08 01:40:51
last_update2020-03-08 01:40:51
depth2
children1
last_payout2020-03-15 01:40:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,385
net_rshares4,435,395,410
author_curate_reward""
vote details (1)
@freebornangel ·
Sweet, I would hate to be wiped from the only history likely to be written by me.
👍  ,
properties (23)
authorfreebornangel
permlinkre-anthonyadavisii-q6uq4u
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 01:43:42
last_update2020-03-08 01:43:42
depth3
children0
last_payout2020-03-15 01:43:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation171,005,551,503,977
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,435
net_rshares45,469,218,841
author_curate_reward""
vote details (2)
@gorans ·
Cool
properties (22)
authorgorans
permlinkre-anthonyadavisii-202039t19403339z
categoryhive-136515
json_metadata{"tags":["hive-136515","steemyalater","steemdev","backups","blog","python","stemgeeks"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"}
created2020-03-09 18:40:00
last_update2020-03-09 18:40:00
depth1
children0
last_payout2020-03-16 18:40:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation42,791,273,322
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,212,485
net_rshares0
@luegenbaron · (edited)
Finally!

Thanks Bro!

@tipu curate
👍  
properties (23)
authorluegenbaron
permlinkluegenbaron-re-anthonyadavisii-steemyalater-your-steem-blog-image-backup-solution-20200307t232904217z
categoryhive-136515
json_metadata{"app":"partiko","client":"android"}
created2020-03-07 23:29:06
last_update2020-03-07 23:29:24
depth1
children1
last_payout2020-03-14 23:29:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation27,465,249,085,978
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,160,595
net_rshares3,631,275,769
author_curate_reward""
vote details (1)
@anthonyadavisii ·
$0.03
NP. Just added another check on image hosts for DNS lookups. Ideally, I'll store unresolved hosts in memory and skip them if they were not resolved previously. Due to the pyCurl settings, the script tends to get hung up for a while on timeouts. It works but definitely more optimization needed.

Appreciate the reblog. Hoping to have a full-fledged service up soon but need to work out my storage solution atm.
👍  , ,
properties (23)
authoranthonyadavisii
permlinkre-luegenbaron-202037t17449539z
categoryhive-136515
json_metadata{"tags":["esteem"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-07 23:44:06
last_update2020-03-07 23:44:06
depth2
children0
last_payout2020-03-14 23:44:06
cashout_time1969-12-31 23:59:59
total_payout_value0.017 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length410
author_reputation212,723,519,430,380
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,160,783
net_rshares225,789,806,296
author_curate_reward""
vote details (3)
@mathowl ·
@dexterdev 
👍  
properties (23)
authormathowl
permlinkre-anthonyadavisii-q6v29m
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 06:05:48
last_update2020-03-08 06:05:48
depth1
children1
last_payout2020-03-15 06:05:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation44,993,635,814,620
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,166,130
net_rshares5,996,238,592
author_curate_reward""
vote details (1)
@dexterdev ·
Thank you @mathowl

@scienceblocks see this. maybe of help to you
properties (22)
authordexterdev
permlinkq6v2g0
categoryhive-136515
json_metadata{"users":["mathowl","scienceblocks"],"app":"steemit/0.2"}
created2020-03-08 06:09:36
last_update2020-03-08 06:09:36
depth2
children0
last_payout2020-03-15 06:09:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation17,771,704,061,240
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,166,210
net_rshares0
@reverendrum ·
$0.04
My man! For those who didn't know, he's been working diligently on this for a while now. He deserves more than the 125 upvotes I'm seeing right now.
👍  , ,
properties (23)
authorreverendrum
permlinkre-anthonyadavisii-q6uruh
categoryhive-136515
json_metadata{"tags":["hive-136515"],"app":"steempeak/2020.03.1"}
created2020-03-08 02:20:42
last_update2020-03-08 02:20:42
depth1
children0
last_payout2020-03-15 02:20:42
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation13,543,963,036,335
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,162,985
net_rshares265,120,310,119
author_curate_reward""
vote details (3)
@steemitboard ·
Congratulations @anthonyadavisii! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://steemitimages.com/60x70/http://steemitboard.com/@anthonyadavisii/posts.png?202003080036"></td><td>You published more than 450 posts. Your next target is to reach 500 posts.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@anthonyadavisii) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=anthonyadavisii)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>


To support your work, I also upvoted your post!


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/downvote-challenge-add-up-to-3-funny-badges-to-your-board"><img src="https://steemitimages.com/64x128/https://steemitimages.com/0x0/![](https://cdn.steemitimages.com/DQmUuJkZdnSpHVWssxF82ntymqXg4Pvk6K6bYvckUYVRsnj/image.png)"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/downvote-challenge-add-up-to-3-funny-badges-to-your-board">Downvote challenge - Add up to 3 funny badges to your board</a></td></tr><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmTugCUsoXX762vg1CuHRrpnPbfnjPogp8iCGv7F2kSVuj/image.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge">Use your witness votes and get the Community Badge</a></td></tr></table>

###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-anthonyadavisii-20200308t005259000z
categoryhive-136515
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2020-03-08 00:52:57
last_update2020-03-08 00:52:57
depth1
children0
last_payout2020-03-15 00:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,908
author_reputation38,975,615,169,260
root_title"SteemYaLater: Your Steem Blog Image Backup Solution!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,161,779
net_rshares0