create account

How to claim your rewards automatically? / 如何自动收取你的收益 by oflyhigh

View this thread on: hive.blogpeakd.comecency.com
· @oflyhigh ·
$295.02
How to claim your rewards automatically? / 如何自动收取你的收益
![](https://steemitimages.com/DQmTVK8tNiHwxToLDc6d22641zVhCYSiAp33ovJXgEmCeTh/image.png)

# Ways to claim rewards

In my [previous article](https://steemit.com/steemdev/@oflyhigh/a-simple-tool-to-check-estimated-account-value), I had introduced you a simple tool written by me. Using it  you can easily check wallet assets and also can accurately calculate the estimated account value.  

And I also added a feature to remind the user if there are rewards to be claimed. In such a situation, the page will display a highlighted text: ***You have rewards to be claimed***.  When we get this prompt message, we can log in our wallet and click ![](https://steemitimages.com/DQmURauyLWqFaswX5uYo3tMD47FU7MFjrefkgfZ8NFCqB2t/image.png) to claim our rewards.

But, Are you tired of this way?  `Check->Login->Claim` or `Login->Check->Claim`, We do the same thing over and over again. Is there a way to help us do these things automatically? The answer is yes!

There is a operation called `claim_reward_balance_operation`
![](https://steemitimages.com/DQmcbBPuyQgMj1LJ9gzxd7qV5wCQL3AFfjCXo74y2cDMQxp/image.png)

Unlike the Steem API, which we can call directly,  to initiate this operation you need to fill out this structure, and make a transaction structure from it, sign it with your posting private key, and then broadcast it. 

# Script with the official python library for STEEM
It's too complicated for me. 😭
Fortunately, the official python library for STEEM did a lot of work for us, such as to fill out this structure, to make a transaction structure and to sign the translation with your posting private key, and to broadcast it.  

All we need to do is call the method `claim_reward_balance` of Steem Class.
![](https://steemitimages.com/DQmNedSN1dJUjrVe86bNXCvCLijYRwgq824r6WJrxJu6AXE/image.png)

A simplest script maybe like this:
```
#!/usr/bin/env python
from steem import Steem
steem=Steem()
steem.claim_reward_balance(account = 'oflyhigh')
```

Let me save it as ***claim_rewards_for_oflyhigh.py***.
To run the above script, we MUST do following things first:
*  Install steem-python with pip
`pip install -U steem`

* Get Posting private key
Get ***Posting private key*** from `Wallet`->`Permissions`->`Show private key`

* Import Posting private key to local wallet
`steempy addkey`
Input private key and set password for local wallet (First time)

* Set UNLOCK environment variable
UNLOCK=mysecretpassword

* `chmod u+x claim_rewards_for_oflyhigh.py`

# Run the script automatically

You can add this script to cron  job to let it run automatically at specified intervals.
`crontab -e`
`0 0 * * * /path/claim_rewards_for_oflyhigh.py >>log.txt 2>&1`

Then the script will be executed at 00:00 every day.
More details about crontab can be found by `man crontab`.

To claim rewards for multiple accounts is  just as easy. 
Create scripts for each account, and then setup cron job for each file. The benefit is that you can set different intervals for different users.

If you want to claim rewards for multiple account with same  same interval,  Place users in a list and then iterate through them may be the better way.

# 中文

每天检查钱包手动收取收益,是不是很累?
有么有啥办法自动完成呢?

答案是有的,steem中定义了一个操作:claim_reward_balance_operation
我们只需填充这个结构,然后生成事务,然后签名事务,然后广播它,就可以了。

听起来很简单,但是其实非常麻烦,总之我是搞不定啦。
幸运的是,STEEM官方Python库可以帮我们完成大部分工作,我们只需要调用`claim_reward_balance`就可以啦。脚本见英文部分。

为了让脚本能执行,我们还需要安装STEEM官方Python库,导出并导入Posting私钥,设置UNLOCK环境变量,以及修改脚本的执行权限等。

我们的目的是让脚本自动运行,这也没啥,加入到定时任务(Cron job)中就行啦。

如果有多个账户,就写多个脚本设置多个任务好了,这样的好处是可以设置不同的时间间隔。如果多个账户按相同的时间间隔收取呢,那么把用户放入列表然后再遍历是个不错的方法。
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 489 others
properties (23)
authoroflyhigh
permlinkhow-to-claim-your-rewards-automatically
categorysteemdev
json_metadata{"tags":["steemdev","steemit","wallet","cn-programming","cn"],"image":["https://steemitimages.com/DQmTVK8tNiHwxToLDc6d22641zVhCYSiAp33ovJXgEmCeTh/image.png","https://steemitimages.com/DQmURauyLWqFaswX5uYo3tMD47FU7MFjrefkgfZ8NFCqB2t/image.png","https://steemitimages.com/DQmcbBPuyQgMj1LJ9gzxd7qV5wCQL3AFfjCXo74y2cDMQxp/image.png","https://steemitimages.com/DQmNedSN1dJUjrVe86bNXCvCLijYRwgq824r6WJrxJu6AXE/image.png"],"links":["https://steemit.com/steemdev/@oflyhigh/a-simple-tool-to-check-estimated-account-value"],"app":"steemit/0.1","format":"markdown"}
created2017-09-05 04:23:24
last_update2017-09-05 04:23:24
depth0
children133
last_payout2017-09-12 04:23:24
cashout_time1969-12-31 23:59:59
total_payout_value242.816 HBD
curator_payout_value52.201 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,561
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,910,902
net_rshares86,959,914,057,198
author_curate_reward""
vote details (553)
@aaronli ·
我還是手动算了哈哈
properties (22)
authoraaronli
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t133808406z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 13:38:09
last_update2017-09-05 13:38:09
depth1
children0
last_payout2017-09-12 13:38:09
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_length9
author_reputation354,793,083,743,620
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,948,186
net_rshares0
@abdelsamad10 ·
nice post broo !♥♥
properties (22)
authorabdelsamad10
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t161329476z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:13:30
last_update2017-09-05 16:13:30
depth1
children0
last_payout2017-09-12 16:13:30
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_length18
author_reputation-10,257,492,878
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,962,280
net_rshares0
@abramjs ·
Thank you
properties (22)
authorabramjs
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t010526475z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 01:05:27
last_update2017-09-06 01:05:27
depth1
children0
last_payout2017-09-13 01:05:27
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_length9
author_reputation5,140,841,678,300
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,000,662
net_rshares0
@abue ·
nice information
properties (22)
authorabue
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t161754963z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:17:57
last_update2017-09-05 16:17:57
depth1
children0
last_payout2017-09-12 16:17: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_length16
author_reputation214,847,203,884
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,962,638
net_rshares0
@acehpungo ·
Nice post. Very useful. Thanks for sharing
properties (22)
authoracehpungo
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t054137350z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:41:42
last_update2017-09-05 05:41:42
depth1
children0
last_payout2017-09-12 05:41: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_length42
author_reputation18,124,039,697,854
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,407
net_rshares0
@ahmmy ·
i will try it.
properties (22)
authorahmmy
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t102354931z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 10:24:06
last_update2017-09-05 10:24:06
depth1
children0
last_payout2017-09-12 10:24: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_length14
author_reputation79,828,345,184
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,933,415
net_rshares0
@ahmmy ·
can you explain it more. its difficult to understand for me.
properties (22)
authorahmmy
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t225741070z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 22:57:45
last_update2017-09-05 22:57:45
depth1
children0
last_payout2017-09-12 22:57: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_length60
author_reputation79,828,345,184
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,992,777
net_rshares0
@akkha ·
Great one !
I will try this .
properties (22)
authorakkha
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170908t091459689z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-08 09:15:09
last_update2017-09-08 09:15:09
depth1
children0
last_payout2017-09-15 09:15:09
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_length29
author_reputation6,662,251,112,812
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,233,872
net_rshares0
@alamin7 ·
Good job bro.
properties (22)
authoralamin7
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t070447410z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:04:54
last_update2017-09-05 07:04:54
depth1
children0
last_payout2017-09-12 07:04:54
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_length13
author_reputation8,058,361,647,184
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,920,221
net_rshares0
@alidervash ·
Good post and very good information thank you for sharing.
👍  
properties (23)
authoralidervash
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t064930646z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:49:33
last_update2017-09-05 06:49:33
depth1
children0
last_payout2017-09-12 06:49: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_length58
author_reputation145,418,918,992
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,919,335
net_rshares575,523,479
author_curate_reward""
vote details (1)
@allesia · (edited)
It is a very useful post, thanks for script
properties (22)
authorallesia
permlinkre-oflyhigh-201795t9144471z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 06:02:03
last_update2017-09-05 06:02:27
depth1
children0
last_payout2017-09-12 06:02: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_length43
author_reputation11,006,682,980,457
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,916,550
net_rshares0
@amirl ·
$0.95
Good on you! I still do not understand the value of asking the user to "redeem" the rewards. It has an adictive affect, maybe helps keep traffic to the platform, but the platform should create value to the user, and not the other way around. This is the steemit way :)
👍  ,
properties (23)
authoramirl
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t100153600z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 10:01:57
last_update2017-09-06 10:01:57
depth1
children0
last_payout2017-09-13 10:01:57
cashout_time1969-12-31 23:59:59
total_payout_value0.715 HBD
curator_payout_value0.237 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length268
author_reputation-35,879,592,983,501
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,034,461
net_rshares283,441,679,430
author_curate_reward""
vote details (2)
@anilmehta00 ·
Hey! Its nice one every one must try
properties (22)
authoranilmehta00
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t132110592z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 13:21:12
last_update2017-09-05 13:21:12
depth1
children0
last_payout2017-09-12 13:21: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_length36
author_reputation234,198,761,932
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,946,632
net_rshares0
@annaaa ·
People are suffering. Help them.Raise ur voice. Save burma.
http://steemit.com/steemit/@annaaa/human-rights-violation-in-rohingya-steemitians-i-need-your-attention-201795t17410315z

#humanity #humanrights #saveburma #standforthem #humanitycomesFirst
properties (22)
authorannaaa
permlinkre-oflyhigh-201796t1354473z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-06 08:05:45
last_update2017-09-06 08:05:45
depth1
children0
last_payout2017-09-13 08:05: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_length249
author_reputation668,978,028,941
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,026,824
net_rshares0
@arcange ·
Congratulations @oflyhigh!
Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170905) in the following categories:

* Upvotes - Ranked 7 with 500 upvotes
* Comments - Ranked 6 with 119 comments
* Pending payout - Ranked 5 with $ 293,58
properties (22)
authorarcange
permlinkre-how-to-claim-your-rewards-automatically-20170905t164154000z
categorysteemdev
json_metadata""
created2017-09-06 14:41:54
last_update2017-09-06 14:41:54
depth1
children0
last_payout2017-09-13 14:41:54
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_length288
author_reputation1,146,633,668,945,473
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,056,354
net_rshares0
@ashwim ·
this seems to be the tools for geeks only. I don't know linux - is there a simpler way to do this in windows.
👍  
properties (23)
authorashwim
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t133253327z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 13:32:57
last_update2017-09-05 13:32:57
depth1
children0
last_payout2017-09-12 13:32: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_length109
author_reputation889,653,568,721
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,947,749
net_rshares3,406,863,020
author_curate_reward""
vote details (1)
@asiflund ·
Very Nice Post; Voted and followed. I want to learn from your experience on steemit. So kindly see my posts and vote me and follow me. As we can see our future posts. Thank you  @oflyhigh
properties (22)
authorasiflund
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t134303892z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 13:43:06
last_update2017-09-05 13:43:06
depth1
children0
last_payout2017-09-12 13:43: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_length187
author_reputation15,403,656,429
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,948,631
net_rshares0
@asmaa012 ·
nice tool...thanks
properties (22)
authorasmaa012
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t083217307z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:33:27
last_update2017-09-05 08:33:27
depth1
children0
last_payout2017-09-12 08:33:27
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_length18
author_reputation9,219,259,507
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,081
net_rshares0
@autumnsmile ·
作为一个steemit新人,我想我还是不太懂,需要一点时间摸索一下,谢谢分享~
properties (22)
authorautumnsmile
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t060329663z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:03:39
last_update2017-09-05 06:03:39
depth1
children0
last_payout2017-09-12 06:03: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_length39
author_reputation1,109,669,040
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,916,647
net_rshares0
@avance2010 ·
Excellent! I am noticing that we have so many developers and intellegent people in this platform! I wish we can all get together to do a life project for the poor people of the world. Really amazing!
properties (22)
authoravance2010
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t094009222z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 09:40:15
last_update2017-09-05 09:40:15
depth1
children0
last_payout2017-09-12 09:40: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_length199
author_reputation86,292,153,471
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,930,514
net_rshares0
@ayijufridar ·
Thanks a lot. Great article... I
properties (22)
authorayijufridar
permlinkre-oflyhigh-201796t91749734z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-06 02:17:54
last_update2017-09-06 02:17:54
depth1
children0
last_payout2017-09-13 02:17:54
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_length32
author_reputation196,348,861,172,798
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,005,177
net_rshares0
@azissuloh ·
very useful article @oflyhigh ..
thanks for sharing ..
properties (22)
authorazissuloh
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t045048926z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 04:50:39
last_update2017-09-05 04:50:39
depth1
children0
last_payout2017-09-12 04:50: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_length54
author_reputation6,978,132,461,726
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,912,482
net_rshares0
@bien ·
Wow..this is an amazing article..great post.upvoted and resteem.
properties (22)
authorbien
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t043657426z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 04:32:42
last_update2017-09-05 04:32:42
depth1
children0
last_payout2017-09-12 04:32: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_length64
author_reputation72,038,798,778,823
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,911,445
net_rshares0
@bipin ·
Nice tool! I will try .
Thanks for posting!
properties (22)
authorbipin
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t090104063z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 09:01:06
last_update2017-09-05 09:01:06
depth1
children0
last_payout2017-09-12 09:01: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_length43
author_reputation702,928,154
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,928,013
net_rshares0
@braxton101 ·
interesting.
properties (22)
authorbraxton101
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t040240231z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 04:02:42
last_update2017-09-06 04:02:42
depth1
children0
last_payout2017-09-13 04:02: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_length12
author_reputation5,211,856,126,324
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,011,802
net_rshares0
@cardboard ·
Tip!
👍  
properties (23)
authorcardboard
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t125554299z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 12:56:00
last_update2017-09-05 12:56:00
depth1
children0
last_payout2017-09-12 12:56: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_reputation31,522,757,177,122
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,944,262
net_rshares3,856,273,644
author_curate_reward""
vote details (1)
@cassandraf ·
Thanks for the info!  I only have to claim my rewards once every few weeks at the rate I'm going lol.
properties (22)
authorcassandraf
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t052140414z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:21:39
last_update2017-09-05 05:21:39
depth1
children0
last_payout2017-09-12 05:21: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_length101
author_reputation768,760,668,936
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,914,243
net_rshares0
@chrispty507 · (edited)
Did you just used pure python language alongside the steam API? Or you also mixed it with another framework?
properties (22)
authorchrispty507
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t054024905z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:40:24
last_update2017-09-05 05:40:42
depth1
children1
last_payout2017-09-12 05:40:24
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_length108
author_reputation18,023,773,224
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,337
net_rshares0
@oflyhigh ·
I use the official python library for STEEM.
You can get more details at https://github.com/steemit/steem-python
properties (22)
authoroflyhigh
permlinkre-chrispty507-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t083930372z
categorysteemdev
json_metadata{"tags":["steemdev"],"links":["https://github.com/steemit/steem-python"],"app":"steemit/0.1"}
created2017-09-05 08:39:45
last_update2017-09-05 08:39:45
depth2
children0
last_payout2017-09-12 08:39: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_length112
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,531
net_rshares0
@cxc ·
$1.45
thx for sharing
👍  
properties (23)
authorcxc
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t160532263z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:05:54
last_update2017-09-05 16:05:54
depth1
children1
last_payout2017-09-12 16:05:54
cashout_time1969-12-31 23:59:59
total_payout_value1.086 HBD
curator_payout_value0.361 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,378,616,308,948
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,961,524
net_rshares428,152,049,882
author_curate_reward""
vote details (1)
@randowhale ·
This post received a 4% upvote from @randowhale thanks to @cxc!  For more information, [click here](https://steemit.com/steemit/@randowhale/randowhale-is-now-only-1-steem-sbd-per-vote-spread-the-news)!
properties (22)
authorrandowhale
permlinkre-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t160532263z-20170907t191317
categorysteemdev
json_metadata"{"format": "markdown", "app": "randowhale/0.1"}"
created2017-09-07 19:13:18
last_update2017-09-07 19:13:18
depth2
children0
last_payout2017-09-14 19:13:18
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_length201
author_reputation47,657,457,485,459
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,181,478
net_rshares0
@dariotek ·
Thanks for the informations
properties (22)
authordariotek
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t141916720z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 14:19:18
last_update2017-09-06 14:19:18
depth1
children0
last_payout2017-09-13 14:19:18
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_length27
author_reputation81,358,577
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,054,364
net_rshares0
@dasasoul ·
very cool thx ,aloha from hawaii
properties (22)
authordasasoul
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t002244695z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 00:22:45
last_update2017-09-06 00:22:45
depth1
children0
last_payout2017-09-13 00:22: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_length32
author_reputation317,299,350
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,997,870
net_rshares0
@davidrestrepo ·
$0.41
Amazing tool!!
👍  ,
properties (23)
authordavidrestrepo
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t061341701z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:13:42
last_update2017-09-05 06:13:42
depth1
children0
last_payout2017-09-12 06:13:42
cashout_time1969-12-31 23:59:59
total_payout_value0.390 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation757,119,534,433
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,917,260
net_rshares121,650,527,466
author_curate_reward""
vote details (2)
@deepwaterscrypto ·
Nice. Cron job? Besides a programmer, who else would not about that?
properties (22)
authordeepwaterscrypto
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t184536277z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 18:45:36
last_update2017-09-05 18:45:36
depth1
children0
last_payout2017-09-12 18:45: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_length68
author_reputation194,386,454,476
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,975,213
net_rshares0
@duchess969 ·
Very useful information. Thank you for sharing with us.
properties (22)
authorduchess969
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t134323868z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 13:43:30
last_update2017-09-05 13:43:30
depth1
children0
last_payout2017-09-12 13:43:30
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_length55
author_reputation815,252,313
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,948,667
net_rshares0
@edhi.muryanto ·
ok
properties (22)
authoredhi.muryanto
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t072355237z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:23:57
last_update2017-09-05 07:23:57
depth1
children0
last_payout2017-09-12 07:23: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_length2
author_reputation742,206,010,796
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,921,492
net_rshares0
@eliashanna ·
great job
👍  
properties (23)
authoreliashanna
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t045248959z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 04:52:48
last_update2017-09-05 04:52:48
depth1
children0
last_payout2017-09-12 04:52: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_length9
author_reputation18,966,744,999
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,912,597
net_rshares2,229,101,501
author_curate_reward""
vote details (1)
@essar76 ·
Very nice tool  I really love to use this tool thanks for sharing
properties (22)
authoressar76
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t062444393z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:24:48
last_update2017-09-05 06:24:48
depth1
children0
last_payout2017-09-12 06:24: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_length65
author_reputation109,521,800,311
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,917,899
net_rshares0
@filzaart ·
post is very useful, and the waiting by the community steemit, thank you for sharing @oflyhigh
properties (22)
authorfilzaart
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t052620661z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 05:26:24
last_update2017-09-05 05:26:24
depth1
children0
last_payout2017-09-12 05:26:24
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_length94
author_reputation1,934,364,221,283
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,914,533
net_rshares0
@foxkoit ·
I must look it ... I need more info :)
properties (22)
authorfoxkoit
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t070544605z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:05:45
last_update2017-09-05 07:05:45
depth1
children0
last_payout2017-09-12 07:05: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_length38
author_reputation536,568,905,388,885
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,920,282
net_rshares0
@frgms ·
Thanks for sharing!
properties (22)
authorfrgms
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t154458419z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 15:44:57
last_update2017-09-05 15:44:57
depth1
children0
last_payout2017-09-12 15:44: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_length19
author_reputation4,543,898,114
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,959,560
net_rshares0
@frost04 ·
$0.22
Damnit this is genius, I'm a super beginner Python learner and I don't understand have of the programs you posted but is incredibly thrilled about this.!
👍  , , ,
properties (23)
authorfrost04
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t082152916z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:21:54
last_update2017-09-05 08:21:54
depth1
children1
last_payout2017-09-12 08:21:54
cashout_time1969-12-31 23:59:59
total_payout_value0.206 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation3,645,772,569,932
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,925,340
net_rshares64,470,417,146
author_curate_reward""
vote details (4)
@ionlysaymeep ·
meep
properties (22)
authorionlysaymeep
permlinkre-frost04-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t082152916z-20170905t083609544z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"meep_bot/0.0.1"}
created2017-09-05 08:36:09
last_update2017-09-05 08:36:09
depth2
children0
last_payout2017-09-12 08:36:09
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_reputation754,962,855,156
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,285
net_rshares0
@gkumar ·
Maja agaya
properties (22)
authorgkumar
permlinkre-oflyhigh-201795t202750445z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 14:57:57
last_update2017-09-05 14:57:57
depth1
children0
last_payout2017-09-12 14:57: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_length10
author_reputation354,692,776,318
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,955,276
net_rshares0
@guppy ·
Perfect tool,  really recomended!! If you need 👍
properties (22)
authorguppy
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t161701390z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:17:09
last_update2017-09-05 16:17:09
depth1
children0
last_payout2017-09-12 16:17:09
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_length48
author_reputation68,010,952,632
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,962,566
net_rshares0
@honolulu ·
$0.11
Oh, this would be nice...

I am not too long around here on Steemit and when it comes to coding all I mastered until now is to print "Hello World" in Python, i.e. I already have python on my computer but don't know how to run routine like yours above...

Where to enter that commands e.g.  that pip installation thing ?

Would be glad if you could help me...

Thank you !

[![affe.jpg](https://i.imgsafe.org/a9/a9061eb0b6.png)](https://steemit.com/@honolulu)
[ @honolulu ](https://steemit.com/@honolulu)
👍  
properties (23)
authorhonolulu
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170926t081432562z
categorysteemdev
json_metadata{"tags":["steemdev"],"image":["https://i.imgsafe.org/a9/a9061eb0b6.png"],"links":["https://steemit.com/@honolulu"],"app":"steemit/0.1"}
created2017-09-26 08:14:36
last_update2017-09-26 08:14:36
depth1
children0
last_payout2017-10-03 08:14:36
cashout_time1969-12-31 23:59:59
total_payout_value0.109 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length503
author_reputation157,752,722,851,488
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,961,268
net_rshares31,337,910,296
author_curate_reward""
vote details (1)
@incrediblesnow ·
哇塞!这是炫富的节奏,钱多到收不完。。。
👍  ,
properties (23)
authorincrediblesnow
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t042512653z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 04:25:15
last_update2017-09-05 04:25:15
depth1
children0
last_payout2017-09-12 04:25: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_length20
author_reputation39,931,984,573,642
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,911,021
net_rshares1,799,703,502
author_curate_reward""
vote details (2)
@inertia ·
$6.96
This works too:

https://steemit.com/radiator/@inertia/stinkypete-rb-reward-claim-script-for-steem-now-with-claim-rules
👍  , , , , , ,
properties (23)
authorinertia
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t084334103z
categorysteemdev
json_metadata{"tags":["steemdev"],"links":["https://steemit.com/radiator/@inertia/stinkypete-rb-reward-claim-script-for-steem-now-with-claim-rules"],"app":"steemit/0.1"}
created2017-09-05 08:43:33
last_update2017-09-05 08:43:33
depth1
children2
last_payout2017-09-12 08:43:33
cashout_time1969-12-31 23:59:59
total_payout_value6.278 HBD
curator_payout_value0.677 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation346,568,901,399,561
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,807
net_rshares2,045,881,512,980
author_curate_reward""
vote details (7)
@ackza ·
oh snap its Inertia with the script! 
Making an entire steemit post apear obsolete and redundant! ooohhh!!!
properties (22)
authorackza
permlinkre-inertia-re-oflyhigh-how-to-claim-your-rewards-automatically-20170906t041858327z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 04:18:57
last_update2017-09-06 04:18:57
depth2
children0
last_payout2017-09-13 04:18: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_length107
author_reputation288,112,675,308,830
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,012,800
net_rshares0
@oflyhigh ·
Thank you.
properties (22)
authoroflyhigh
permlinkre-inertia-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t160636456z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:06:36
last_update2017-09-05 16:06:36
depth2
children0
last_payout2017-09-12 16:06: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_length10
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,961,598
net_rshares0
@jhon.harvey ·
It's good to know that. I think it's better if I claimed my rewards manually when Steem raise up.
properties (22)
authorjhon.harvey
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t045746691z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 04:57:45
last_update2017-09-05 04:57:45
depth1
children0
last_payout2017-09-12 04:57: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_length97
author_reputation22,643,180,605
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,912,882
net_rshares0
@jordaan0 ·
How do we convert steem power to steem
properties (22)
authorjordaan0
permlinkre-oflyhigh-2017911t21390389z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-11 19:39:06
last_update2017-09-11 19:39:06
depth1
children0
last_payout2017-09-18 19:39: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_length38
author_reputation3,467,525,099
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,587,390
net_rshares0
@joselito ·
An automatic  claiming of rewards, This is very coo. I have to try this. Thanks oflyhigh for posting.
properties (22)
authorjoselito
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t141359257z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 14:14:00
last_update2017-09-05 14:14:00
depth1
children0
last_payout2017-09-12 14:14: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_length101
author_reputation28,214,343,712
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,951,277
net_rshares0
@joshtristram ·
Really helpful. Will try
👍  
properties (23)
authorjoshtristram
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t013024647z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 01:30:24
last_update2017-09-06 01:30:24
depth1
children0
last_payout2017-09-13 01:30:24
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_length24
author_reputation976,548,544,298
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,002,201
net_rshares980,721,689
author_curate_reward""
vote details (1)
@jtavassol ·
upvoting and following: )
properties (22)
authorjtavassol
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t053448069z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:34:51
last_update2017-09-05 05:34:51
depth1
children0
last_payout2017-09-12 05:34: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_length25
author_reputation-1,987,656,707,474
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,010
net_rshares0
@jubi · (edited)
老哥,既然可以自己填充结构,那是不是批量转账其实也可以这么操作。
execl列表里有3个列,account amount memo.  是不是可以批量导入列表里面的记录,一一进行转账支付呢
properties (22)
authorjubi
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t042552533z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 04:26:54
last_update2017-09-05 04:27:18
depth1
children3
last_payout2017-09-12 04:26:54
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_length94
author_reputation82,406,494,254,467
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,911,123
net_rshares0
@oflyhigh ·
完全可以
我有一次发奖,就是这么发的
properties (22)
authoroflyhigh
permlinkre-jubi-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t050935750z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:09:36
last_update2017-09-05 05:09:36
depth2
children2
last_payout2017-09-12 05: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_length18
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,913,585
net_rshares0
@jubi · (edited)
昨天大伟哥和刘老师还正发愁,人多了发奖麻烦尼。
要不哥写个小白教程,让俺学习学习
properties (22)
authorjubi
permlinkre-oflyhigh-re-jubi-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t052246975z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:23:48
last_update2017-09-05 05:24:18
depth3
children1
last_payout2017-09-12 05:23: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_length40
author_reputation82,406,494,254,467
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,914,367
net_rshares0
@justyy · (edited)
$1.49
O哥又一篇干货。我已经用上好久了,不过是从 @yuxi 的[帖子里](https://steemit.com/cn/@yuxi/python-steem-api-4) 看到了,也用了 crontab, 每10分钟领一次(几个帐号 for 一下就可以)。 :)
👍  , ,
properties (23)
authorjustyy
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t065238648z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["yuxi"],"links":["https://steemit.com/cn/@yuxi/python-steem-api-4"],"app":"steemit/0.1"}
created2017-09-05 06:52:39
last_update2017-09-05 06:53:45
depth1
children3
last_payout2017-09-12 06:52:39
cashout_time1969-12-31 23:59:59
total_payout_value1.439 HBD
curator_payout_value0.055 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation280,616,224,641,976
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,919,503
net_rshares441,044,305,810
author_curate_reward""
vote details (3)
@jubi ·
10分钟一次,omg   收入也te多了。嘿嘿
properties (22)
authorjubi
permlinkre-justyy-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t090717024z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 09:07:21
last_update2017-09-05 09:07:21
depth2
children0
last_payout2017-09-12 09:07: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_length23
author_reputation82,406,494,254,467
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,928,404
net_rshares0
@oflyhigh ·
我用了4个多月了 😀
每十分钟一次太夸张了吧,那得多少钱要收啊
properties (22)
authoroflyhigh
permlinkre-justyy-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t082900599z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:29:12
last_update2017-09-05 08:29:12
depth2
children1
last_payout2017-09-12 08:29: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_length31
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,925,806
net_rshares0
@justyy ·
哈哈,刚刚把这个脚本搞到另一台VPS上,弄成5分钟一次。有点小强迫。有奖励就想马上拿。
properties (22)
authorjustyy
permlinkre-oflyhigh-re-justyy-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t085841161z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:58:42
last_update2017-09-05 08:58:42
depth3
children0
last_payout2017-09-12 08:58: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_length43
author_reputation280,616,224,641,976
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,927,844
net_rshares0
@kadri ·
I know Python , but this text looks very hard for me. I must more learn.
properties (22)
authorkadri
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t061126326z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 06:11:33
last_update2017-09-06 06:11:33
depth1
children0
last_payout2017-09-13 06:11: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_length72
author_reputation1,843,247,262,070
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,019,476
net_rshares0
@kaushal1 ·
Great Post Man I'll try it.
properties (22)
authorkaushal1
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t025343039z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 02:53:42
last_update2017-09-06 02:53:42
depth1
children0
last_payout2017-09-13 02:53: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_length27
author_reputation27,132,924,873
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,007,342
net_rshares0
@kaushal1 ·
Wow...! Great tool thanks for such useful info.

Upvoted and followed.
properties (22)
authorkaushal1
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t025748494z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 02:57:48
last_update2017-09-06 02:57:48
depth1
children0
last_payout2017-09-13 02:57: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_length70
author_reputation27,132,924,873
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,007,589
net_rshares0
@kenchung ·
其實為什麼當初steemit設計的時候不乾脆把獎勵設置成自動加入錢包呢? 我想人人都應該希望有獎勵可以即時拿到的
properties (22)
authorkenchung
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t090211315z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 09:02:09
last_update2017-09-05 09:02:09
depth1
children1
last_payout2017-09-12 09:02:09
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_length56
author_reputation41,181,348,504,685
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,928,077
net_rshares0
@oflyhigh ·
之前是自动加钱包的哦,HF18之后改成自己收取。😄
properties (22)
authoroflyhigh
permlinkre-kenchung-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t160854835z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:08:57
last_update2017-09-05 16:08:57
depth2
children0
last_payout2017-09-12 16:08: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_length25
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,961,839
net_rshares0
@kennyroy ·
##### Wow! This is really great... i would like to give it a shot!
##### thanks,
@kennyroy
properties (22)
authorkennyroy
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t231241309z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["kennyroy"],"app":"steemit/0.1"}
created2017-09-05 23:12:42
last_update2017-09-05 23:12:42
depth1
children0
last_payout2017-09-12 23:12: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_length90
author_reputation64,694,645,595,688
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,993,681
net_rshares0
@kyriakosk ·
nice!!!! amazing tool!!! I have a Programming background before I become entrepreneur and this post brought some memories! :P
Thank you @oflyhigh !!! Upvoted for sure!!

Check also my blog!!! I provide Daily Motivations, Inspirations, and Advices on Life and Business.
I want to do SteemIt Full Time, so any Upvote, Resteem, Following it's a huge help for me!!! And I believe you can find great Value and Content in my Blog! :D

Thanks again for the great post!!! Looking forward readin more of your posts!
properties (22)
authorkyriakosk
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t130739204z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 13:07:36
last_update2017-09-05 13:07:36
depth1
children0
last_payout2017-09-12 13:07: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_length506
author_reputation1,103,455,611,268
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,945,404
net_rshares0
@lazarescu.irinel · (edited)
Thanks @oflyhigh,
I try 3 days, but only
 I installed Anaconda 3.6 !
How "Import Posting private key to local wallet" ?
Where is "steempy addkey" ?
Where is "Input private key and set password for local wallet (First time)"?
properties (22)
authorlazarescu.irinel
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170908t182459038z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-08 18:25:06
last_update2017-09-12 13:59:42
depth1
children0
last_payout2017-09-15 18:25: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_length224
author_reputation10,704,737,102,960
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,282,606
net_rshares0
@leprechaun ·
I would like to see this in C++.
properties (22)
authorleprechaun
permlinkre-oflyhigh-201795t91233702z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 12:12:42
last_update2017-09-05 12:12:42
depth1
children0
last_payout2017-09-12 12:12: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_length32
author_reputation43,025,812,810,398
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,940,754
net_rshares0
@loleli29 ·
gracias muy buena informacion, para los que recien empezamos en steemit
properties (22)
authorloleli29
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t234455569z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 23:44:57
last_update2017-09-06 23:44:57
depth1
children0
last_payout2017-09-13 23:44: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_length71
author_reputation140,706,268,225
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,096,896
net_rshares0
@loleli29 ·
excelente información....gracias
properties (22)
authorloleli29
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t234647523z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 23:46:51
last_update2017-09-06 23:46:51
depth1
children0
last_payout2017-09-13 23:46: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_length32
author_reputation140,706,268,225
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,097,015
net_rshares0
@lydiachan ·
我都是想到才去收 XD
properties (22)
authorlydiachan
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t052354432z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:25:12
last_update2017-09-05 05:25:12
depth1
children2
last_payout2017-09-12 05:25: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_length11
author_reputation38,600,108,764,289
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,914,459
net_rshares0
@kitcat ·
我都是儲好才去收,不常有收入沒煩惱 > <
properties (22)
authorkitcat
permlinkre-lydiachan-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t055644520z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:56:45
last_update2017-09-05 05:56:45
depth2
children1
last_payout2017-09-12 05:56: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_length21
author_reputation33,063,379,747,116
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,916,249
net_rshares0
@lydiachan ·
這倒是~
properties (22)
authorlydiachan
permlinkre-kitcat-re-lydiachan-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t061233324z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:13:51
last_update2017-09-05 06:13:51
depth3
children0
last_payout2017-09-12 06:13: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_length4
author_reputation38,600,108,764,289
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,917,268
net_rshares0
@magicmonk ·
好多要學習的。多謝O哥,又上了一課。
properties (22)
authormagicmonk
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t101422874z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 10:14:33
last_update2017-09-05 10:14:33
depth1
children1
last_payout2017-09-12 10:14: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_length18
author_reputation1,108,129,803,390,365
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,932,718
net_rshares0
@oflyhigh ·
$0.10
😄 一起学习
👍  
properties (23)
authoroflyhigh
permlinkre-magicmonk-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t160920371z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 16:09:21
last_update2017-09-05 16:09:21
depth2
children0
last_payout2017-09-12 16:09:21
cashout_time1969-12-31 23:59:59
total_payout_value0.073 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,961,886
net_rshares29,204,718,153
author_curate_reward""
vote details (1)
@majidawan ·
Excellent informations, thanks for such a nice sharing
properties (22)
authormajidawan
permlinkre-oflyhigh-201795t102022142z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 05:20:33
last_update2017-09-05 05:20:33
depth1
children0
last_payout2017-09-12 05:20: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_length54
author_reputation835,950,226,667
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,914,189
net_rshares0
@manzon ·
Thanks for your info...
properties (22)
authormanzon
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170907t050721610z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-07 05:07:27
last_update2017-09-07 05:07:27
depth1
children0
last_payout2017-09-14 05:07:27
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_length23
author_reputation760,184,000,371
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,115,287
net_rshares0
@marconam ·
Wow, thanks for sharing! :)

Please follow us back if you can :)
properties (22)
authormarconam
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170907t025955375z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-07 02:59:27
last_update2017-09-07 02:59:27
depth1
children0
last_payout2017-09-14 02:59:27
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_length64
author_reputation47,841,498,163
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,108,233
net_rshares0
@masterwriter ·
$0.35
Wow! 
This is good! 
Never knew of this until now. 
Thank you for the information. 
Keep it on...
👍  , , , , , , ,
properties (23)
authormasterwriter
permlinkre-oflyhigh-201795t92328706z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 08:23:45
last_update2017-09-05 08:23:45
depth1
children0
last_payout2017-09-12 08:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.340 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation5,029,112,377,628
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,925,466
net_rshares109,089,266,054
author_curate_reward""
vote details (8)
@mememememe ·
Love me!!!!! :D
properties (22)
authormememememe
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t091629134z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 09:16:24
last_update2017-09-05 09:16:24
depth1
children0
last_payout2017-09-12 09:16:24
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_length15
author_reputation2,946,229,878
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,929,008
net_rshares0
@meyrep ·
Fully appreciate you for sharing this little tidbit with all of us Steemians out there.
👍  , ,
properties (23)
authormeyrep
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t045452001z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 04:54:57
last_update2017-09-05 04:54:57
depth1
children0
last_payout2017-09-12 04:54: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_length87
author_reputation482,575,681,822
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,912,708
net_rshares2,111,135,779
author_curate_reward""
vote details (3)
@minknsa ·
$0.06
Thanks for using tools. 👍
👍  
properties (23)
authorminknsa
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t064543916z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:45:45
last_update2017-09-05 06:45:45
depth1
children0
last_payout2017-09-12 06:45:45
cashout_time1969-12-31 23:59:59
total_payout_value0.046 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation186,524,686,046
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,919,110
net_rshares18,570,413,435
author_curate_reward""
vote details (1)
@mitchelle ·
Thanks for the code
properties (22)
authormitchelle
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t063108993z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:30:09
last_update2017-09-05 06:30:09
depth1
children0
last_payout2017-09-12 06:30:09
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_length19
author_reputation36,087,906,851
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,918,167
net_rshares0
@mudatnad ·
Good job 
N 
I like it
Plz vote n follow me @mudatnad
Thks.....
👍  
properties (23)
authormudatnad
permlinkre-oflyhigh-2017910t1051855z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-09 18:00:54
last_update2017-09-09 18:00:54
depth1
children0
last_payout2017-09-16 18:00:54
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_length63
author_reputation-2,281,413,061
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,380,530
net_rshares136,294,400
author_curate_reward""
vote details (1)
@muhammadrazikon ·
nice post @oflyhigh . your story awesome
👍  
properties (23)
authormuhammadrazikon
permlinkre-oflyhigh-201795t22402961z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 15:40:33
last_update2017-09-05 15:40:33
depth1
children0
last_payout2017-09-12 15:40: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_length40
author_reputation142,346,777,527
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,959,152
net_rshares1,304,692,572
author_curate_reward""
vote details (1)
@mukhtar.juned ·
Noted : to claim our rewards.

But, Are you tired of this way? Check->Login->Claim or Login->Check->Claim, We do the same thing over and over again. Is there a way to help us do these things automatically? The answer is yes!

There is a operation called claim_reward_balance_operation
properties (22)
authormukhtar.juned
permlinkre-oflyhigh-201795t183028435z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 11:30:51
last_update2017-09-05 11:30:51
depth1
children0
last_payout2017-09-12 11:30: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_length284
author_reputation7,967,035,623,756
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,937,752
net_rshares0
@munawar1235 ·
nice tool @oflyhigh. Thank you
properties (22)
authormunawar1235
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t082034074z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 08:21:51
last_update2017-09-05 08:21:51
depth1
children1
last_payout2017-09-12 08:21: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_length30
author_reputation86,522,918,923,810
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,925,335
net_rshares0
@oflyhigh ·
You are welcome.
properties (22)
authoroflyhigh
permlinkre-munawar1235-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t084058636z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:41:21
last_update2017-09-05 08:41:21
depth2
children0
last_payout2017-09-12 08:41: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_length16
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,652
net_rshares0
@padmakshi ·
Very nice tip thank you
properties (22)
authorpadmakshi
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t083934529z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:39:36
last_update2017-09-05 08:39:36
depth1
children0
last_payout2017-09-12 08:39: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_length23
author_reputation1,095,407,523,576
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,526
net_rshares0
@pele23 ·
Tnx for this very useful information, but I will stick to clicking the blue button. I think my energy level can cope with that. ;-)
👍  
properties (23)
authorpele23
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t065132807z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:51:33
last_update2017-09-05 06:51:33
depth1
children1
last_payout2017-09-12 06:51: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_length131
author_reputation353,164,936,729,990
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,919,432
net_rshares4,047,982,532
author_curate_reward""
vote details (1)
@mu001bu ·
Lol. Yeah, it doesnt take much effort doing it. I actually look forward to claiming them manually.
👍  
properties (23)
authormu001bu
permlinkre-pele23-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t094518376z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 09:45:21
last_update2017-09-05 09:45:21
depth2
children0
last_payout2017-09-12 09:45: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_length98
author_reputation2,847,569,038
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,930,850
net_rshares4,141,039,601
author_curate_reward""
vote details (1)
@perennial ·
Wow this is damn helpful. Otherwise its always checking and claiming rewards again and again.
properties (22)
authorperennial
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t053851561z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:38:51
last_update2017-09-05 05:38:51
depth1
children0
last_payout2017-09-12 05:38: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_length93
author_reputation10,460,298,003,452
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,256
net_rshares0
@philiparniebinag ·
Thank you for sharing. Now, I have an idea because if this post. Keep sharing mate.
properties (22)
authorphiliparniebinag
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t054526951z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:45:30
last_update2017-09-05 05:45:30
depth1
children0
last_payout2017-09-12 05:45:30
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_length83
author_reputation8,329,454,120,249
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,640
net_rshares0
@pia-ps ·
Great news.  It will help our community. Upvoted and resteemed. Thanks!!
properties (22)
authorpia-ps
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t001859424z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 00:19:00
last_update2017-09-06 00:19:00
depth1
children0
last_payout2017-09-13 00:19: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_length72
author_reputation310,246,298,385
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,997,622
net_rshares0
@pisolutionsmru ·
I already have a server! 

I can just run thus script in cron! 

Thanks for sharing this great tool :) 

Keep steem'in hard
properties (22)
authorpisolutionsmru
permlinkre-oflyhigh-201795t105251209z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-05 06:52:51
last_update2017-09-05 06:52:51
depth1
children1
last_payout2017-09-12 06:52: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_length123
author_reputation5,014,284,597,806
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,919,513
net_rshares0
@oflyhigh ·
Welcome!
properties (22)
authoroflyhigh
permlinkre-pisolutionsmru-re-oflyhigh-201795t105251209z-20170905t084020758z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:40:39
last_update2017-09-05 08:40:39
depth2
children0
last_payout2017-09-12 08:40: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_length8
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,926,600
net_rshares0
@positivesteem ·
Thank you. This is a great contribution.
[Steemians Ask Not What Steemit Can Do For You But What You Can Do For Steemit](https://steemit.com/positivity/@positivesteem/steemians-ask-not-what-steemit-can-do-for-you-but-what-you-can-do-for-steemit-share-your-contributions-and-every-comments-will)
properties (22)
authorpositivesteem
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170908t060613189z
categorysteemdev
json_metadata{"tags":["steemdev"],"links":["https://steemit.com/positivity/@positivesteem/steemians-ask-not-what-steemit-can-do-for-you-but-what-you-can-do-for-steemit-share-your-contributions-and-every-comments-will"],"app":"steemit/0.1"}
created2017-09-08 06:06:12
last_update2017-09-08 06:06:12
depth1
children0
last_payout2017-09-15 06:06: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_length294
author_reputation85,819,942,349,665
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,221,579
net_rshares0
@prs ·
Gracias por tu post yompartir esa grandiosa herramienta con la comunidad steemit
👍  
properties (23)
authorprs
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t063135516z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:01:57
last_update2017-09-05 06:01:57
depth1
children0
last_payout2017-09-12 06:01: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_length80
author_reputation7,964,412,939
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,916,544
net_rshares651,113,547
author_curate_reward""
vote details (1)
@raihanrahman ·
great method , everyone loves to get  rewards automatically.
properties (22)
authorraihanrahman
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t073113461z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:31:15
last_update2017-09-05 07:31:15
depth1
children0
last_payout2017-09-12 07:31: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_length60
author_reputation530,866,524,718
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,921,995
net_rshares0
@raoharoon ·
Very nice & amazing article !..i resteem this article
👍  ,
👎  
properties (23)
authorraoharoon
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t055128488z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:51:33
last_update2017-09-05 05:51:33
depth1
children0
last_payout2017-09-12 05:51: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_length53
author_reputation21,694,793,739
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,965
net_rshares-20,196,634
author_curate_reward""
vote details (3)
@rejzons ·
this article is worthy and valuable.. it is something that is vert useful and can improve our knowledge about Steemit!
100% upvote for this!!! and followed you @oflyhigh :) thanks much
properties (22)
authorrejzons
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t224557112z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 22:46:12
last_update2017-09-05 22:46:12
depth1
children0
last_payout2017-09-12 22:46: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_length184
author_reputation5,048,601,082,793
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,992,145
net_rshares0
@rogasa3000 ·
https://steemitimages.com/0x0/https://steemitimages.com/DQmXyzsUEBt8MRXkYWNxYoMs53DknDhuncrjGtiZmQG6WST/giphy.gif
properties (22)
authorrogasa3000
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t212415261z
categorysteemdev
json_metadata{"tags":["steemdev"],"image":["https://steemitimages.com/0x0/https://steemitimages.com/DQmXyzsUEBt8MRXkYWNxYoMs53DknDhuncrjGtiZmQG6WST/giphy.gif"],"app":"steemit/0.1"}
created2017-09-05 21:24:15
last_update2017-09-05 21:24:15
depth1
children0
last_payout2017-09-12 21:24: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_length113
author_reputation3,400,971,445,624
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,986,812
net_rshares0
@rooneey ·
Nice....that is so helpful i think. Thank you
properties (22)
authorrooneey
permlinkre-oflyhigh-201796t93724365z
categorysteemdev
json_metadata{"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-06 02:38:15
last_update2017-09-06 02:38:15
depth1
children0
last_payout2017-09-13 02:38: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_length45
author_reputation8,862,226,725,886
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,006,420
net_rshares0
@roshanlal2017 ·
good blog
properties (22)
authorroshanlal2017
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t070316468z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:03:21
last_update2017-09-05 07:03:21
depth1
children0
last_payout2017-09-12 07:03: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_length9
author_reputation37,213,845,809
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,920,128
net_rshares0
@samhenry ·
Amazing. bravo
properties (22)
authorsamhenry
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t081208685z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:11:45
last_update2017-09-05 08:11:45
depth1
children0
last_payout2017-09-12 08:11: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_length14
author_reputation400,829,230,710
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,924,591
net_rshares0
@samuraiz ·
stunning  tool
👎  
properties (23)
authorsamuraiz
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t071816195z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:25:48
last_update2017-09-05 07:25:48
depth1
children0
last_payout2017-09-12 07:25: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_length14
author_reputation-98,824,940,708
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,921,626
net_rshares-722,080,649
author_curate_reward""
vote details (1)
@sayee ·
you really make it seem so easy. You have a knack for explaining well. please could you also write a post on how to earn well here on steemit.  I am a writer but new to this system
properties (22)
authorsayee
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t121622216z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 12:16:24
last_update2017-09-06 12:16:24
depth1
children0
last_payout2017-09-13 12:16:24
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_length180
author_reputation401,187,570,881,514
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,044,235
net_rshares0
@sharoon ·
very nice
properties (22)
authorsharoon
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t121841655z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 12:18:36
last_update2017-09-05 12:18:36
depth1
children0
last_payout2017-09-12 12:18: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_length9
author_reputation-330,640,444,933
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,941,246
net_rshares0
@silent.screamer ·
$0.18
Nice tool! I will try and get it to work on the following days.
Thanks for posting!
👍  ,
properties (23)
authorsilent.screamer
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t054521461z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:45:15
last_update2017-09-05 05:45:15
depth1
children1
last_payout2017-09-12 05:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.184 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation2,048,728,903,911
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,623
net_rshares54,206,044,923
author_curate_reward""
vote details (2)
@oflyhigh ·
You are welcome.
properties (22)
authoroflyhigh
permlinkre-silentscreamer-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t082953176z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:30:09
last_update2017-09-05 08:30:09
depth2
children0
last_payout2017-09-12 08:30:09
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_length16
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,925,862
net_rshares0
@skreza ·
upvoted

and hoping senpai (whale) will notice me back

<img src="https://img14.deviantart.net/3342/i/2014/040/6/d/pewdiepie__notice_me_senpai_by_blackbirdrose-d75r1re.jpg">

😍
properties (22)
authorskreza
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t223808182z
categorysteemdev
json_metadata{"tags":["steemdev"],"image":["https://img14.deviantart.net/3342/i/2014/040/6/d/pewdiepie__notice_me_senpai_by_blackbirdrose-d75r1re.jpg"],"app":"steemit/0.1"}
created2017-09-05 22:38:09
last_update2017-09-05 22:38:09
depth1
children0
last_payout2017-09-12 22:38:09
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_length176
author_reputation12,357,028,398,386
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,991,637
net_rshares0
@splendorhub ·
Hi and thank you for the great information.  I have definitely learn something new today :)
  -@splendorhub
properties (22)
authorsplendorhub
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t072136128z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 07:21:18
last_update2017-09-05 07:21:18
depth1
children0
last_payout2017-09-12 07:21:18
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_length107
author_reputation12,936,731,361,578
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,921,321
net_rshares0
@stiuly ·
what you give .. very impressed .. hopefully what you reach friend achieve
properties (22)
authorstiuly
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t064446335z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 06:44:48
last_update2017-09-05 06:44:48
depth1
children0
last_payout2017-09-12 06:44: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_length74
author_reputation271,026,760,883
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,919,052
net_rshares0
@sumayia ·
$0.58
![](https://steemitimages.com/DQmXyzsUEBt8MRXkYWNxYoMs53DknDhuncrjGtiZmQG6WST/giphy.gif)
👍  
properties (23)
authorsumayia
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t074725502z
categorysteemdev
json_metadata{"tags":["steemdev"],"image":["https://steemitimages.com/DQmXyzsUEBt8MRXkYWNxYoMs53DknDhuncrjGtiZmQG6WST/giphy.gif"],"app":"steemit/0.1"}
created2017-09-05 07:47:27
last_update2017-09-05 07:47:27
depth1
children0
last_payout2017-09-12 07:47:27
cashout_time1969-12-31 23:59:59
total_payout_value0.435 HBD
curator_payout_value0.144 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation11,160,106,064,911
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,923,076
net_rshares171,215,666,008
author_curate_reward""
vote details (1)
@syt ·
Thanks!
properties (22)
authorsyt
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t050455922z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 05:04:57
last_update2017-09-06 05:04:57
depth1
children0
last_payout2017-09-13 05:04: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_length7
author_reputation321,997,465,326
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,015,626
net_rshares0
@tavi ·
Outstanding work and research. I'm sure the community appreciates your effort as much as I do, thank you, Press On, Stay Strong and Charge the Hill! Upvoted, Followed and Resteemed.
properties (22)
authortavi
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t050714341z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:07:12
last_update2017-09-05 05:07:12
depth1
children1
last_payout2017-09-12 05: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_length181
author_reputation20,692,211,621
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,913,457
net_rshares0
@oflyhigh ·
Thank you.
properties (22)
authoroflyhigh
permlinkre-tavi-re-oflyhigh-how-to-claim-your-rewards-automatically-20170905t083127846z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 08:31:39
last_update2017-09-05 08:31:39
depth2
children0
last_payout2017-09-12 08:31: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_length10
author_reputation6,352,890,604,329,496
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,925,969
net_rshares0
@tfame3865 ·
nice one. Let me try it.thanks
properties (22)
authortfame3865
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t123859560z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 12:39:12
last_update2017-09-05 12:39:12
depth1
children0
last_payout2017-09-12 12:39: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_length30
author_reputation445,459,204,503,686
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,942,855
net_rshares0
@tfury ·
Great!
properties (22)
authortfury
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t053413472z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 05:34:18
last_update2017-09-06 05:34:18
depth1
children0
last_payout2017-09-13 05:34:18
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_length6
author_reputation3,206,548,905,049
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,017,391
net_rshares0
@thegoliath ·
Thanks for sharing this handy info and help for us Steemians!
properties (22)
authorthegoliath
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t053659434z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 05:37:00
last_update2017-09-05 05:37:00
depth1
children0
last_payout2017-09-12 05:37: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_length61
author_reputation252,645,240,043,164
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,915,147
net_rshares0
@tipu ·
<table><tr><td>http://i.imgur.com/sAg9ypb.png</td><td><p><strong>Hi @oflyhigh! @cardboard is sending you 0.15 SBD tip and @tipU upvote http://i.imgur.com/UwA0sjo.png :)</strong></p><p><a href="https://steemit.com/steemit/@tipu/tipu-quick-guide" rel="noopener">send tips with @tipU</a> <strong>|</strong> <a href="https://steemit.com/steemit/@tipu/tipu-guide-4-sharing-the-profit-explained" rel="noopener">earn interest in @tipU profit</a></p></td></tr></table>
properties (22)
authortipu
permlinkre-how-to-claim-your-rewards-automatically-20170905t125620
categorysteemdev
json_metadata""
created2017-09-05 12:56:21
last_update2017-09-05 12:56:21
depth1
children0
last_payout2017-09-12 12:56: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_length460
author_reputation55,930,979,039,115
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,944,294
net_rshares0
@vividhbangla ·
nice post.. I upvoted  u.....u can also check my post. Thank u
properties (22)
authorvividhbangla
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170912t053147403z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-12 05:31:57
last_update2017-09-12 05:31:57
depth1
children0
last_payout2017-09-19 05:31: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_length62
author_reputation60,542,420,468
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,624,674
net_rshares0
@wangwenjing ·
谢谢分享,先收着。
👍  
properties (23)
authorwangwenjing
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t153225844z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 15:32:24
last_update2017-09-05 15:32:24
depth1
children0
last_payout2017-09-12 15:32:24
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_length9
author_reputation11,462,624,156,054
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,958,347
net_rshares597,717,519
author_curate_reward""
vote details (1)
@world-currency ·
Very practical for the savvy and not so!
properties (22)
authorworld-currency
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170906t050955370z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-06 05:10:00
last_update2017-09-06 05:10:00
depth1
children0
last_payout2017-09-13 05:10: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_length40
author_reputation29,010,794,683
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,015,919
net_rshares0
@writer1 ·
good post and seems good work
👍  
properties (23)
authorwriter1
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t110331124z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 11:03:30
last_update2017-09-05 11:03:30
depth1
children0
last_payout2017-09-12 11:03:30
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_length29
author_reputation46,162,775,985
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,935,842
net_rshares4,391,505,607
author_curate_reward""
vote details (1)
@yunusalfa ·
Sweet!! All put together in one package . I love it.
properties (22)
authoryunusalfa
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t104439448z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2017-09-05 10:44:36
last_update2017-09-05 10:44:36
depth1
children0
last_payout2017-09-12 10:44: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_length52
author_reputation11,305,514
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,934,689
net_rshares0
@zuhrareza ·
thanks our informatiom @oflyhigh
properties (22)
authorzuhrareza
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t142251989z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 14:22:57
last_update2017-09-05 14:22:57
depth1
children0
last_payout2017-09-12 14:22: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_length32
author_reputation114,479,262,182
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,952,130
net_rshares0
@zul88 ·
Thankyou for sharing @oflyhigh
properties (22)
authorzul88
permlinkre-oflyhigh-how-to-claim-your-rewards-automatically-20170905t092923796z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-09-05 09:29:27
last_update2017-09-05 09:29:27
depth1
children0
last_payout2017-09-12 09:29:27
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_length30
author_reputation1,329,809,569,775
root_title"How to claim your rewards automatically? / 如何自动收取你的收益"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,929,791
net_rshares0