create account

Upvote bot in less than 10 lines of code by xeroc

View this thread on: hive.blogpeakd.comecency.com
· @xeroc · (edited)
$220.57
Upvote bot in less than 10 lines of code
Dear Steemians,

**Upvote bot** in less than 10 lines of code

```
from piston.steem import Steem
import os
import json
steem = Steem(wif=os.environ["WIF"])
authors = json.loads(os.environ["AUTHORS"])
for c in steem.stream_comments():
    if c["author"] in authors:
        print(c.upvote())
```

It reqquires that you put your WIF key and JSON list of AUTHORS into an
environmental variable:

```
export WIF="<wif-posting-key>" AUTHORS='["xeroc", "dantheman", "ned", "arhag"]'
```

### Note
This currently requries that you install the python-steem library as well as piston from the development branch.

Have fun!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 23 others
👎  
properties (23)
authorxeroc
permlinkupvote-bot-in-less-than-10-lines-of-code
categorysteem
json_metadata{}
created2016-05-30 08:51:33
last_update2016-05-30 11:48:39
depth0
children30
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value110.297 HBD
curator_payout_value110.272 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length615
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,498
net_rshares50,615,284,595,833
author_curate_reward""
vote details (88)
@aaseb · (edited)
It seems your packages have no wheels. 

edit: 
Nevermind I think I got it
We don't need wheels because we don't need roads where we're going.
properties (22)
authoraaseb
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160725t205624146z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-25 20:56:42
last_update2016-07-25 21:11:09
depth1
children0
last_payout2016-08-20 18:43: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_length142
author_reputation470,722,236,683
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id357,200
net_rshares0
@abit ·
Wanna to vote against the voting bots. Sorry.
👍  
properties (23)
authorabit
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160531t090443870z
categorysteem
json_metadata{}
created2016-05-31 09:04:42
last_update2016-05-31 09:04:42
depth1
children0
last_payout2016-08-20 18:43: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_length45
author_reputation141,171,499,037,785
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,438
net_rshares0
author_curate_reward""
vote details (1)
@alexgr ·
$0.03
This is not good for the system really. To be clear I'm not "blaming" you - people will do what they have to do given a certain rule set. It's just that the system needs to tweak the incentives so that scripted participation, instead of human judgement in terms of quality, is *not* rewarded. Otherwise what's the point?
👍  , , , , , , , , ,
properties (23)
authoralexgr
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t093118995z
categorysteem
json_metadata{}
created2016-05-30 09:31:18
last_update2016-05-30 09:31:18
depth1
children1
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation45,645,291,230,585
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,518
net_rshares37,291,410,505
author_curate_reward""
vote details (10)
@xeroc ·
$0.54
I agree with "voting bots" not bringing value. The purpose of this post was to show how easy it is to write one with the new libs.
Technically, you could write any kind of bot with this!
👍  , , , , ,
properties (23)
authorxeroc
permlinkre-alexgr-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t105925452z
categorysteem
json_metadata{}
created2016-05-30 10:59:24
last_update2016-05-30 10:59:24
depth2
children0
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.268 HBD
curator_payout_value0.268 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,548
net_rshares1,276,061,236,120
author_curate_reward""
vote details (6)
@chitty ·
I have several accounts and each time I post I have to log into each one to up-vote my post, so this bot its actually very usefull.. Thanks xeroc!
properties (22)
authorchitty
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t213121648z
categorysteem
json_metadata{}
created2016-05-30 21:31:21
last_update2016-05-30 21:31:21
depth1
children0
last_payout2016-08-20 18:43: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_length146
author_reputation86,901,300,608,582
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,042
net_rshares0
@coar ·
can i setup this from windows 8.1 ? or only from linux?
properties (22)
authorcoar
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160727t135131887z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-27 13:51:36
last_update2016-07-27 13:51:36
depth1
children0
last_payout2016-08-20 18:43: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_length55
author_reputation4,231,602,317,552
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id404,390
net_rshares0
@code ·
Why make it easier for people to bring vote quality down? If someone else wants to write their own anti-social bot, they can do it themselves.
👍  
properties (23)
authorcode
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t100701185z
categorysteem
json_metadata{}
created2016-05-30 10:07:36
last_update2016-05-30 10:07:36
depth1
children2
last_payout2016-08-20 18:43: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_length142
author_reputation306,184,252,363
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,534
net_rshares0
author_curate_reward""
vote details (1)
@xeroc ·
The purpose of this post was to show people how easy it has become to write such a bot.
It could do way more than just upvote posts.
👍  , ,
properties (23)
authorxeroc
permlinkre-code-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t110535868z
categorysteem
json_metadata{}
created2016-05-30 11:05:36
last_update2016-05-30 11:05:36
depth2
children1
last_payout2016-08-20 18:43: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_length132
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,554
net_rshares619,835,544
author_curate_reward""
vote details (3)
@dana-edwards · (edited)
$0.34
The bot can have utility. It can take an article written in one language and translate it to another then post it on Steem.

So for example a person writes an article in Chinese and the bot downloads the text, runs it through a translator process, then uploads the English version. The whole thing can be automated or humans can be rewarded to translate.
👍  , ,
properties (23)
authordana-edwards
permlinkre-xeroc-re-code-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t120042556z
categorysteem
json_metadata{}
created2016-05-30 12:00:42
last_update2016-05-30 12:01:54
depth3
children0
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.172 HBD
curator_payout_value0.172 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length354
author_reputation353,623,611,191,427
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,591
net_rshares885,107,769,653
author_curate_reward""
vote details (3)
@colinbrazendale ·
That looks like Greek to me. I want to create an upvote bot. Can someone help me? Email me on brazendale@gmail.com thanks
properties (22)
authorcolinbrazendale
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20170724t185851615z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-07-24 18:58:51
last_update2017-07-24 18:58:51
depth1
children0
last_payout2017-07-31 18:58: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_length121
author_reputation46,234,111,950,124
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,573,755
net_rshares0
@dantheman ·
I suppose you could vote first, ask questions later and remove vote if you don't like it.
👍  ,
properties (23)
authordantheman
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t124311710z
categorysteem
json_metadata{}
created2016-05-30 12:43:12
last_update2016-05-30 12:43:12
depth1
children0
last_payout2016-08-20 18:43: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_length89
author_reputation240,292,002,602,347
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,629
net_rshares190,225,348
author_curate_reward""
vote details (2)
@discombobulated · (edited)
$1.61
Hey @xeroc, love your stuff but I found a small bug with this logic:
> if c["author"] in authors:

This will be true for substring matches in authors.

So if `authors` contains a name such as "longtestname" 
and `c["author"]` contains a name such as "name" or "test"

It will evaluate as true

(Python is still new for me)
👍  , , , , , , , , , , ,
properties (23)
authordiscombobulated
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160809t225340625z
categorysteem
json_metadata{"tags":["steem"],"users":["xeroc"]}
created2016-08-09 22:53:39
last_update2016-08-10 15:42:51
depth1
children3
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value1.214 HBD
curator_payout_value0.398 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length322
author_reputation13,090,894,039,053
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id713,421
net_rshares2,054,141,131,590
author_curate_reward""
vote details (12)
@xeroc · (edited)
$1.02
Thanks for taking a closer look, but since this expression

    "a" in ["aa"]

evaluates to `False` in python, I'd say that python interprets all elements of `authors` independently and in full. That's because `authors` is an *array* or *list*.

If it was just a single author then you would be right since

    "a" in "aa"

evaluates to `True`

Agreed?
👍  ,
properties (23)
authorxeroc
permlinkre-discombobulated-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160810t123419152z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-10 12:34:18
last_update2016-08-10 12:35:18
depth2
children2
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value1.018 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length353
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id723,481
net_rshares1,443,154,878,769
author_curate_reward""
vote details (2)
@discombobulated ·
$0.03
Just [tested this more](https://repl.it/languages/python3) and found out what the error was:

If you include the single quotes around the array, both statements return True

    stringList = '["list","of","strings"]'
    print("list" in stringList)
    True
    print ("li" in stringList)
    True

But if you remove the single quotes around the array, it functions as intended:

    stringList = ["list","of","strings"]
    print("list" in stringList)
    True
    print ("li" in stringList)
    False

Hope this helps!
👍  ,
properties (23)
authordiscombobulated
permlinkre-xeroc-re-discombobulated-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160810t154102727z
categorysteem
json_metadata{"tags":["steem"],"links":["https://repl.it/languages/python3"]}
created2016-08-10 15:41:03
last_update2016-08-10 15:41:03
depth3
children1
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length520
author_reputation13,090,894,039,053
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id726,527
net_rshares66,969,783,339
author_curate_reward""
vote details (2)
@donkeypong ·
Forgive a non-techie question. Given two or more users employing the same bot for quick action, which one gets in first? Does it matter where your computer is located and how fast your network speed is, etc.?
properties (22)
authordonkeypong
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t175456215z
categorysteem
json_metadata{}
created2016-05-30 17:55:03
last_update2016-05-30 17:55:03
depth1
children1
last_payout2016-08-20 18:43: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_length208
author_reputation431,667,636,679,304
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,853
net_rshares0
@xeroc ·
Very good questions!!
In fact it depends on who gets his transaction to the next block signer the fastest. That depends on your connectivity and the distance to the next block producer. However, since you don't know the distance to the next block producer and them being spread around the world, it mostly comes down to luck :)
👍  
properties (23)
authorxeroc
permlinkre-donkeypong-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160531t064404525z
categorysteem
json_metadata{}
created2016-05-31 06:44:03
last_update2016-05-31 06:44:03
depth2
children0
last_payout2016-08-20 18:43: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_length327
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,312
net_rshares58,908,393
author_curate_reward""
vote details (1)
@gavvet ·
$1.48
As much as I like bots and automating things, once an author knows they have certain users "bot voting" for them, they can start to "spam up" inferior content and still be assured of the votes. Also bot users will be favored to get the first couple and most valuable up-votes in. This could be very frustrating for the non-bot community or authors not on the bot list.
👍  , , , , , ,
properties (23)
authorgavvet
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t095742783z
categorysteem
json_metadata{}
created2016-05-30 09:57:45
last_update2016-05-30 09:57:45
depth1
children3
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.738 HBD
curator_payout_value0.738 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length368
author_reputation889,099,611,791,780
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,530
net_rshares2,743,060,464,354
author_curate_reward""
vote details (7)
@dana-edwards ·
Can't the bot scan the text for key words?
properties (22)
authordana-edwards
permlinkre-gavvet-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t115806396z
categorysteem
json_metadata{}
created2016-05-30 11:58:06
last_update2016-05-30 11:58:06
depth2
children1
last_payout2016-08-20 18:43: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_length42
author_reputation353,623,611,191,427
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,589
net_rshares0
@xeroc ·
$0.34
It can:
https://steemit.com/steem/@xeroc/notification-bot-for-steem-in-30-lines-of-code
👍  , ,
properties (23)
authorxeroc
permlinkre-dana-edwards-re-gavvet-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t120227822z
categorysteem
json_metadata{}
created2016-05-30 12:02:27
last_update2016-05-30 12:02:27
depth3
children0
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.172 HBD
curator_payout_value0.172 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,595
net_rshares885,338,730,772
author_curate_reward""
vote details (3)
@xeroc ·
$0.35
Voting is just "one" thing to automate.
You could automate anything with a library like this
👍  
properties (23)
authorxeroc
permlinkre-gavvet-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t110206347z
categorysteem
json_metadata{}
created2016-05-30 11:02:06
last_update2016-05-30 11:02:06
depth2
children0
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.176 HBD
curator_payout_value0.176 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation118,819,064,085,695
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,551
net_rshares902,615,895,191
author_curate_reward""
vote details (1)
@jillstein2016 ·
kill all bots before they kill all humans
👎  
properties (23)
authorjillstein2016
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160727t010508284z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-27 01:05:09
last_update2016-07-27 01:05:09
depth1
children0
last_payout2016-08-20 18:43: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_length41
author_reputation-7,404,135,151,022
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id390,918
net_rshares-21,505,886
author_curate_reward""
vote details (1)
@magix ·
http://s2.quickmeme.com/img/09/09aafa37dd14701cfd302eb8963d1e1c0faa5119d60e2671eea5f13620231492.jpg
properties (22)
authormagix
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160726t233542677z
categorysteem
json_metadata{"tags":["steem"],"image":["http://s2.quickmeme.com/img/09/09aafa37dd14701cfd302eb8963d1e1c0faa5119d60e2671eea5f13620231492.jpg"]}
created2016-07-26 23:35:42
last_update2016-07-26 23:35:42
depth1
children0
last_payout2016-08-20 18:43: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_length99
author_reputation98,880,203,726
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id389,113
net_rshares0
@marsresident ·
Here is an Archive of Cryptocurrency App building Code on Github for anyone creating a Steemit app
https://steemit.com/steem/@marsresident/github-cryptocurrency-app-creation-archive
properties (22)
authormarsresident
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160722t020004474z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@marsresident/github-cryptocurrency-app-creation-archive"]}
created2016-07-22 02:00:18
last_update2016-07-22 02:00:18
depth1
children0
last_payout2016-08-20 18:43: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_reputation10,013,229,877,794
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id263,975
net_rshares0
@modprobe ·
$2.09
Everyone be like "This is bad, you shouldn't upvote indiscriminately! Y U luv spam, xeroc??" but am I the only one saying "Pardon me, but put your WIF in an environment variable??" ;)

And this is a brilliant hello-world style example of the power and expressiveness of this library. Great work!
👍  , , , , , , , , , , , , , , , ,
properties (23)
authormodprobe
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160530t165952401z
categorysteem
json_metadata{}
created2016-05-30 16:59:51
last_update2016-05-30 16:59:51
depth1
children3
last_payout2016-08-20 18:43:12
cashout_time1969-12-31 23:59:59
total_payout_value1.048 HBD
curator_payout_value1.047 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length295
author_reputation57,055,357,664,878
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,808
net_rshares3,501,356,156,703
author_curate_reward""
vote details (17)
@streak ·
Yes, this.
👍  
properties (23)
authorstreak
permlinkre-modprobe-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20160718t002807434z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-18 00:28:06
last_update2016-07-18 00:28:06
depth2
children2
last_payout2016-08-20 18:43: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_length10
author_reputation-10,929,914,238
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id156,491
net_rshares0
author_curate_reward""
vote details (1)
@oscarblue04 ·
Pardon my ignorance, I'm kind of new, and not all up with what you're trying to say.  So it's not a good thing to put your WIF in the environment variable or is it a good thing?
properties (22)
authoroscarblue04
permlinkre-streak-re-modprobe-re-xeroc-upvote-bot-in-less-than-10-lines-of-code-20180208t232206404z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-02-08 23:22:09
last_update2018-02-08 23:22:09
depth3
children1
last_payout2018-02-15 23:22: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_length177
author_reputation35,391,239,887
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,025,289
net_rshares0
@vidallia ·
Thanks man. I really appreciate the time you took to write this library!
properties (22)
authorvidallia
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20170816t042757204z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-08-16 04:27:57
last_update2017-08-16 04:27:57
depth1
children0
last_payout2017-08-23 04:27: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_length72
author_reputation252,226,177,161
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,946,618
net_rshares0
@vlasmp ·
Wow! Few lines of killer bot, thanks mate.. 🙂
properties (22)
authorvlasmp
permlinkre-xeroc-upvote-bot-in-less-than-10-lines-of-code-20171218t084138808z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-12-18 08:41:39
last_update2017-12-18 08:41:39
depth1
children0
last_payout2017-12-25 08:41: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_length45
author_reputation20,897,183,443
root_title"Upvote bot in less than 10 lines of code"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,991,968
net_rshares0