create account

Howto: Steemit Bot Tutorial For Newbies #1 - Votebot by felixxx

View this thread on: hive.blogpeakd.comecency.com
· @felixxx · (edited)
$0.98
Howto: Steemit Bot Tutorial For Newbies #1 - Votebot
This guide is meant to teach you, how to employ your own bot-agents for Steemit.
It's not the first guide of this kind ...
I will try to explain everything so that you need no prior experience at all.
All you need is a running version of Windows (maybe mac), an internet connection and some time.

In this first episode I will try to explain, how to employ a simple _votebot_, like in this guide by @xeroc 

https://steemit.com/steem/@xeroc/upvote-bot-in-less-than-10-lines-of-code

I will not add anything to that script, but show how to actually run it on your computer at home.
I have written something similar on this blog before, but apparently failed to communicate, how really **anybody** can start developing with Python 3 and Piston.
___
Note:
Until some months ago, before I knew Steemit, I had been completely ignorant of Linux.
I was a Windows-user.
I also have very limited experience in programming.
This guide should work for most newbies.
___
<center>http://i.imgur.com/zszSSkM.png</center>
___
For this guide I will use Ubuntu 16.04.1 in a virtual machine.
You will not need any prior experience with Linux, though.

Note: This is not the only way to do it and it might not be the easiest.
Because you can use Linux for other stuff too, I think it's a good way of introduction.

# Step 1:
## Environment

Download VMware Workstation and an Ubuntu 16.04.1 iso.
Install Ubuntu in a virtual machine.
This procedure is well documented all over the internet.
I just hope you can figure that out by searching the web.

If it all works right, you get to choose the virtual hardware for the machine.

I put it to:

- 1 Processor
- 2 Gig RAM
- 20 G HD

That should be sufficient.

It should then look like this:

<center>http://i.imgur.com/10zR46x.png</center>

This way, you have a nice development environment.
If anything was to go wrong, you could just kill the virtual machine and start over again.



# Step 2:
## Piston

Documentation for Piston:
https://piston.readthedocs.io/en/stable/

Open a terminal with <code>ctrl</code>+<code>alt</code>+<code>T</code>.

<center>http://i.imgur.com/p0g4WlD.png</center>

Install Piston:
https://piston.readthedocs.io/en/stable/installation.html

It says this command will install piston:

    pip3 install steem-piston

It will return an error:

    The program 'pip3' is currently not installed [...]

This friendly message also tells us, how to fix it.
Type:

    sudo apt install python3.pip

Confirm with your password.
Confirm with 'Y'.

Once that is done, retry 

    pip3 install steem-piston

It should work now - Yet, it doesn't. 
Another friendly error message tells us what to do.

    pip install --upgrade pip

This will cause another error message.
This one tells us to try this:
    
    sudo apt install python-pip

Confirm with your password.
Confirm with 'Y'.

This still won't work.
This will fix it:

    sudo apt-get install build-essential libssl-dev libffi-dev python-dev

retry
  
    pip3 install steem-piston

## This should work, finally

    piston --help

This should show you some of Piston's functions.

Some steps above were somewhat pointless, but this is the route I took.
This way it's reproducable at least ( I hope ).

# Step 3
## Python

We don't want to use Piston 'by hand' though - We want to automate it, right ?

You will need to create a new script.

    gedit votebot.py

Will open an editor and a new file called 'votebot.py'.
This is my modified version of @xeroc 's example.
(I don't know how the environmental variables work)

    from steem.steem import Steem
    import os
    import json
    steem = Steem(wif="5yourpostingkeyhere")
    authors = "felixxx", "deutschbot"
    for c in steem.stream_comments():
        if c["author"] in authors:
            print(c.upvote(weight=100, voter="votebot"))

___
## Important:
You will need to put your posting key into this script.
I don't know how safe this method is.
I can therefore NOT recommend it.
Use entirely at your own risk
___

Replace _5yourpostingkeyhere_ with your posting key.
Replace _votebot_ with the account the above posting key belongs to.

After 

    authors = 

replace the list of authors with your favourite authors. (Keep the format)

Save the file.

# Step 4
## Finished !

Run your script like this:

    python3 votebot.py
___

This bot will crash after a while.
Also, it's very simple and will vote any of the authors' posts, even the comments.

### In terms of value, I would not recommend this approach for voting.
This is meant for educational purpose, mainly.

In the next episode I will try to explain, how to modify the bot, to make it act a little smarter.
That will mostly be about Python.

Ultimately the goal is to educate the readers of these posts to come up with their own modifications.
### I doubt it would hurt Steemit, if more people joined the bot-game.
_Especially, if those bots did more than just voting anything from a list._

Please also keep in mind: For this to work 24/7, your computer will need to run 24/7.
I imagine this to be a very annoying solution for most users.

Please let me know, if this tutorial worked for you.
I hope, I didn't make any mistakes.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 193 others
properties (23)
authorfelixxx
permlinkhowto-steemit-bot-tutorial-for-newbies-1-votebot
categoryhowto
json_metadata{"tags":["howto","piston","bot"],"users":["xeroc"],"image":["http://i.imgur.com/zszSSkM.png","http://i.imgur.com/10zR46x.png","http://i.imgur.com/p0g4WlD.png"],"links":["https://steemit.com/steem/@xeroc/upvote-bot-in-less-than-10-lines-of-code","https://piston.readthedocs.io/en/stable/","https://piston.readthedocs.io/en/stable/installation.html"],"app":"steemit/0.1","format":"markdown"}
created2016-12-13 23:49:51
last_update2016-12-14 12:27:06
depth0
children53
last_payout2017-01-14 05:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.827 HBD
curator_payout_value0.156 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,168
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,997,686
net_rshares9,139,227,211,490
author_curate_reward""
vote details (257)
@afm007 ·
Thanks, @felixx I was looking for these kinda post.
properties (22)
authorafm007
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20171124t162940979z
categoryhowto
json_metadata{"tags":["howto"],"users":["felixx"],"app":"steemit/0.1"}
created2017-11-24 16:29:51
last_update2017-11-24 16:29:51
depth1
children0
last_payout2017-12-01 16:29: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_length51
author_reputation895,648,735,715
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,407,361
net_rshares0
@badrobby ·
Hi felixxx, Could you make an update this instruction please?
Piston is not available on https://readthedocs.org/ anymore.
Thanks Buddy
👍  ,
properties (23)
authorbadrobby
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170701t213709937z
categoryhowto
json_metadata{"tags":["howto"],"links":["https://readthedocs.org/"],"app":"steemit/0.1"}
created2017-07-01 21:36:57
last_update2017-07-01 21:36:57
depth1
children0
last_payout2017-07-08 21:36: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_length135
author_reputation487,869,163
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,940,585
net_rshares1,160,734,276
author_curate_reward""
vote details (2)
@birjudanak ·
is any way to make with windows7 operating system because i am trying to search but not getting anywhere.
properties (22)
authorbirjudanak
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180218t081217200z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2018-02-18 08:12:18
last_update2018-02-18 08:12:18
depth1
children1
last_payout2018-02-25 08:12: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_length105
author_reputation20,962,591,225,672
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,456,748
net_rshares0
@felixxx ·
$2.72
Yeah it's not as easy as described above anymore.
For Steem-Python I'd recommend installing a Linux-VM in Windows.
👍  
properties (23)
authorfelixxx
permlinkre-birjudanak-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180218t154735032z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2018-02-18 15:47:36
last_update2018-02-18 15:47:36
depth2
children0
last_payout2018-02-25 15:47:36
cashout_time1969-12-31 23:59:59
total_payout_value2.044 HBD
curator_payout_value0.678 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,546,697
net_rshares483,942,529,653
author_curate_reward""
vote details (1)
@blunderbabe ·
I've always wanted my own pet bot! Haha. Do you offer services creating bots for those of us who freeze up at the mention of using terminal ?
properties (22)
authorblunderbabe
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170702t052719862z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-02 05:27:18
last_update2017-07-02 05:27:18
depth1
children4
last_payout2017-07-09 05:27: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_length141
author_reputation677,136,118,308
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,973,755
net_rshares0
@felixxx ·
If you have a good idea, let me know ;)
properties (22)
authorfelixxx
permlinkre-blunderbabe-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170702t081147979z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-02 08:11:45
last_update2017-07-02 08:11:45
depth2
children3
last_payout2017-07-09 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_length39
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,985,145
net_rshares0
@blunderbabe ·
$0.03
it is such a ridiculously good idea (in my mind lol) that I don't want to just put it out here lol. You're on discord chat? My name is the same over there.  I'm going to bed now, but will be on it tomorrow evening :-)
👍  
properties (23)
authorblunderbabe
permlinkre-felixxx-re-blunderbabe-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170702t081426098z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-02 08:14:24
last_update2017-07-02 08:14:24
depth3
children2
last_payout2017-07-09 08:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length217
author_reputation677,136,118,308
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,985,301
net_rshares3,818,567,824
author_curate_reward""
vote details (1)
@chippyofdoom ·
Thank you very much for this newbie guide! It's a great introduction!
properties (22)
authorchippyofdoom
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20171226t220048195z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-12-26 22:00:42
last_update2017-12-26 22:00:42
depth1
children0
last_payout2018-01-02 22:00: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_length69
author_reputation3,123,204,833,411
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,408,573
net_rshares0
@colinbrazendale ·
This is all Greek to me. Please help me create a upvote bot like @booster. Email me at brazendale@gmail.com. Thanks
properties (22)
authorcolinbrazendale
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170724t190133169z
categoryhowto
json_metadata{"tags":["howto"],"users":["booster"],"app":"steemit/0.1"}
created2017-07-24 19:01:33
last_update2017-07-24 19:01:33
depth1
children0
last_payout2017-07-31 19:01: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_length115
author_reputation46,234,111,950,124
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,574,030
net_rshares0
@epicure · (edited)
Hi, @felixxx, thank you for your kind explanation. I tried to make a upvoting bot using your script, but I had an error... when I ran the script, it said that the post is not exist. also it seems like that the script is searching for other author's post, not mine..would you tell me the reason if you have any clues about this error?
👍  
properties (23)
authorepicure
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170913t020147048z
categoryhowto
json_metadata{"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"}
created2017-09-13 02:01:48
last_update2017-09-13 08:02:18
depth1
children6
last_payout2017-09-20 02:01: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_length333
author_reputation24,997,437,911
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,715,254
net_rshares1,102,584,633
author_curate_reward""
vote details (1)
@felixxx ·
That's a piston bug.

Try installing steem-python instead, that's the new library.

The second problem, I don't understand.
👍  
properties (23)
authorfelixxx
permlinkre-epicure-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170913t075622238z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-13 07:56:21
last_update2017-09-13 07:56:21
depth2
children5
last_payout2017-09-20 07: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_length123
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,737,245
net_rshares1,102,584,633
author_curate_reward""
vote details (1)
@epicure · (edited)
@felixxx Thank you for your reply, so you mean that I have to install the 'steem-python' instead of 'steem-piston' by typing a 'pip3 install steem-python' right? sorry to bother you so often.
properties (22)
authorepicure
permlinkre-felixxx-re-epicure-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170913t080918807z
categoryhowto
json_metadata{"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"}
created2017-09-13 08:09:18
last_update2017-09-13 08:09:54
depth3
children4
last_payout2017-09-20 08:09: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_length191
author_reputation24,997,437,911
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,738,120
net_rshares0
@ervin-lemark ·
Thanks for posting this. I am looking forward to your next post. I have some questions but my guess is that the answers will be covered there :)
👍  
properties (23)
authorervin-lemark
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t113846801z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 11:38:45
last_update2016-12-14 11:38:45
depth1
children0
last_payout2017-01-14 05:45: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_length144
author_reputation468,844,765,455,028
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,001,638
net_rshares1,322,643,188
author_curate_reward""
vote details (1)
@felixxx ·
$3.57
This guide is over a year old.
Here is the latest working update on it:

https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10
👍  , , , , , ,
properties (23)
authorfelixxx
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180115t094042124z
categoryhowto
json_metadata{"tags":["howto"],"links":["https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10"],"app":"steemit/0.1"}
created2018-01-15 09:40:42
last_update2018-01-15 09:40:42
depth1
children4
last_payout2018-01-22 09:40:42
cashout_time1969-12-31 23:59:59
total_payout_value3.561 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length162
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,662,985
net_rshares377,073,007,849
author_curate_reward""
vote details (7)
@rodthrower18 ·
@felixxx once 17.10 is installed will the winfrey auto curation bot still work? I've been chasing this down for a few days now and I remember seeing somewhere that piston no longer works but I couldn't find the fate of the winfrey bot. Thanks for your contributions to the community.
properties (22)
authorrodthrower18
permlinkre-felixxx-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180119t032606073z
categoryhowto
json_metadata{"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"}
created2018-01-19 03:26:09
last_update2018-01-19 03:26:09
depth2
children3
last_payout2018-01-26 03:26: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_length283
author_reputation104,840,677,951
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,534,145
net_rshares0
@felixxx ·
It will need some tweaks, since some functions have changed from piston to steem-python.
properties (22)
authorfelixxx
permlinkre-rodthrower18-re-felixxx-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180119t072404176z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2018-01-19 07:24:03
last_update2018-01-19 07:24:03
depth3
children2
last_payout2018-01-26 07:24: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_length88
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,567,184
net_rshares0
@fishmon ·
Testing this now .
properties (22)
authorfishmon
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170909t120658554z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-09 12:07:00
last_update2017-09-09 12:07:00
depth1
children0
last_payout2017-09-16 12:07: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_length18
author_reputation4,373,835,902,560
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,350,699
net_rshares0
@flyingdutchman ·
Hey man, great post,  sounds like you know your shit.
I could really use some help, I am a beginner and I need some help with getting started. I would really apreciate a 5 minute chat with you where i can ask some questions.
if you are willing to help me out, could you reply with a way to contact you? (email,chat,skype,discord) or whatever you prefer so i can contact you.
properties (22)
authorflyingdutchman
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170720t182816820z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-20 18:28:21
last_update2017-07-20 18:28:21
depth1
children0
last_payout2017-07-27 18:28: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_length374
author_reputation733,582,995,616
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,106,872
net_rshares0
@gayboy ·
Hi, Im using Vagrant to set up a virutal machine and having a lot of trouble downloading the steemit-piston library. When we try to run it, it says: "no command 'pip3' found" Any ideas? thanks
properties (22)
authorgayboy
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170718t011040470z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-18 01:10:42
last_update2017-07-18 01:10:42
depth1
children0
last_payout2017-07-25 01:10: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_length192
author_reputation172,644,344,525
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,826,557
net_rshares0
@igster ·
Will need this later. Thanks
properties (22)
authorigster
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170928t211815431z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-28 21:18:27
last_update2017-09-28 21:18:27
depth1
children0
last_payout2017-10-05 21:18: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_length28
author_reputation17,415,198,441,969
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,218,278
net_rshares0
@ilovedietcoke ·
@erichspreviews
properties (22)
authorilovedietcoke
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170911t220625972z
categoryhowto
json_metadata{"tags":["howto"],"users":["erichspreviews"],"app":"steemit/0.1"}
created2017-09-11 22:06:24
last_update2017-09-11 22:06:24
depth1
children0
last_payout2017-09-18 22:06: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_reputation1,432,581,431,873
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,597,639
net_rshares0
@jacalf ·
Awesome!!! really undervaluated this post!
properties (22)
authorjacalf
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170730t134401193z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-30 13:44:00
last_update2017-07-30 13:44:00
depth1
children0
last_payout2017-08-06 13:44: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_length42
author_reputation51,506,101,335
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,220,328
net_rshares0
@kevbot ·
great article, been trying to learn something like this!
properties (22)
authorkevbot
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170628t235159419z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-06-28 23:52:03
last_update2017-06-28 23:52:03
depth1
children1
last_payout2017-07-05 23:52: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_length56
author_reputation3,453,478,685,569
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,549,221
net_rshares0
@felixxx ·
Head to https://github.com/steemit/steem-python
properties (22)
authorfelixxx
permlinkre-kevbot-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170701t213856332z
categoryhowto
json_metadata{"tags":["howto"],"links":["https://github.com/steemit/steem-python"],"app":"steemit/0.1"}
created2017-07-01 21:39:03
last_update2017-07-01 21:39:03
depth2
children0
last_payout2017-07-08 21:39: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_length47
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,940,759
net_rshares0
@loudemotionz-kc ·
$0.08
properties (23)
authorloudemotionz-kc
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180303t031352938z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2018-03-03 03:13:51
last_update2018-03-03 03:13:51
depth1
children0
last_payout2018-03-10 03:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation14,292,492,712
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,780,471
net_rshares18,541,356,426
author_curate_reward""
vote details (3)
@papa-pepper ·
Great how-to and neat to hear about you learning this stuff recently.

I've been learning so much since joining steemit too, so thanks for sharing!
properties (22)
authorpapa-pepper
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t135921155z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 14:03:51
last_update2016-12-14 14:03:51
depth1
children0
last_payout2017-01-14 05:45: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_length147
author_reputation1,951,223,832,091,597
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,002,477
net_rshares0
@raserrano ·
Hi, I would like to know if you can point me to a guide on how to create/prepare a bot account, I want to make a greeter bot and then just keep it up and running.  So I want to have a separate account to do it. I don't want it to be related with my actual account.
properties (22)
authorraserrano
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170927t000145706z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-27 00:01:45
last_update2017-09-27 00:01:45
depth1
children2
last_payout2017-10-04 00:01: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_length264
author_reputation17,096,448,295,650
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,031,636
net_rshares0
@felixxx ·
I don't think a greeting bot is a great idea.

To make a new account, try vessel or anonsteem.
properties (22)
authorfelixxx
permlinkre-raserrano-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170927t040350864z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-27 04:03:48
last_update2017-09-27 04:03:48
depth2
children1
last_payout2017-10-04 04:03: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_length94
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,045,191
net_rshares0
@raserrano ·
thanks for the answer
properties (22)
authorraserrano
permlinkre-felixxx-re-raserrano-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170927t125341548z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-27 12:53:42
last_update2017-09-27 12:53:42
depth3
children0
last_payout2017-10-04 12: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_length21
author_reputation17,096,448,295,650
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,079,971
net_rshares0
@riohunter ·
i got this error :

 scrypt-1.2.0/libcperciva/crypto/crypto_aes.c:6:10: fatal error: openssl/aes.h: No such file or directory
     #include <openssl/aes.h>
              ^~~~~~~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-s289xalf/scrypt/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-tgmq4xaz-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-s289xalf/scrypt/
properties (22)
authorriohunter
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180114t172609121z
categoryhowto
json_metadata{"tags":["howto","include"],"app":"steemit/0.1"}
created2018-01-14 17:26:09
last_update2018-01-14 17:26:09
depth1
children1
last_payout2018-01-21 17:26: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_length740
author_reputation3,596,560,316
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,508,425
net_rshares0
@felixxx ·
https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10
properties (22)
authorfelixxx
permlinkre-riohunter-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180115t093409338z
categoryhowto
json_metadata{"tags":["howto"],"links":["https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10"],"app":"steemit/0.1"}
created2018-01-15 09:34:09
last_update2018-01-15 09:34:09
depth2
children0
last_payout2018-01-22 09:34: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_length89
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,661,965
net_rshares0
@robinhoodwhale ·
Hello @felixxx, 

It gives us pleasure to inform you that you have been chosen as a featured author by the @robinhoodwhale initiative.

#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) 

We hope to see you continuing to post some great stuff on Steemit!

Good luck! 
~RHW~
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 33 others
properties (23)
authorrobinhoodwhale
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t074451575z
categoryhowto
json_metadata{"tags":["howto"],"users":["felixxx","robinhoodwhale"],"links":["https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior"]}
created2016-12-14 07:44:51
last_update2016-12-14 07:44:51
depth1
children0
last_payout2017-01-14 05:45: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_length379
author_reputation15,654,567,591,100
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,000,439
net_rshares301,979,726,649
author_curate_reward""
vote details (97)
@sigmajin ·
so what if you have more than one votebot... does this work assuming they all have the same posting key?

print(c.upvote(weight=100, voter="votebot"))
print(c.upvote(weight=100, voter="votebot2"))
print(c.upvote(weight=100, voter="votebot3"))


if you had like 8000 votebots running like this, would that likely be prohibitively unstable?
👍  
properties (23)
authorsigmajin
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 04:35:21
last_update2016-12-14 04:35:21
depth1
children2
last_payout2017-01-14 05:45: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_length338
author_reputation35,847,511,233,614
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,999,579
net_rshares77,098,073,233
author_curate_reward""
vote details (1)
@l0k1 · (edited)
It would be better to put a multi select function that triggers votes from multiple bots in one. Each instance will be pulling the same data, it makes more sense to only do this once.

Yes if all the bots have the same key they can vote like you show.
properties (22)
authorl0k1
permlinkre-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z-20161214t112646551z
categoryhowto
json_metadata{"tags":"howto","app":"esteem/1.3.3","format":"markdown+html"}
created2016-12-14 10:26:51
last_update2016-12-14 10:28:39
depth2
children0
last_payout2017-01-14 05:45: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_length251
author_reputation94,800,257,230,993
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,001,248
net_rshares0
@xeroc ·
When instanciating `Steem()` you can pass an array of wif keys:
```python
steem = Steem(keys=[wif1, wif2, wif3]
```

of you install the keys into the library-internal wallet using pison
```
piston addkey
```
then you don't need to deal with keys in the script at all but need to provide the masterpassword for the wallet either in the terminal-prompt, or in the environmental variable `UNLOCK`
👍  ,
properties (23)
authorxeroc
permlinkre-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t071109899z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 07:11:09
last_update2016-12-14 07:11:09
depth2
children0
last_payout2017-01-14 05:45: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_length393
author_reputation118,819,064,085,695
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,000,278
net_rshares378,708,245,051
author_curate_reward""
vote details (2)
@sneak · (edited)
$0.03
Change the following line:

`steem = Steem(wif="5yourpostingkeyhere")`

to

`steem = Steem(wif=os.environ['WIF_POSTING'])`

Then, before you run the script, in the terminal, set the following environment variable:

`export WIF_POSTING='5KDWWnSQiPtVhzCquaBWhbWS8UNoAkeNuuCm8uJJE6EiSqt514p'`

(or whatever your WIF is, the above example is a worthless random key)

then run the script as normal.  It will pick up the posting key from your `WIF_POSTING` environment variable.  Now you can save your code on GitHub or wherever else safely. :)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorsneak
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t000219499z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 00:00:42
last_update2016-12-14 00:01:24
depth1
children2
last_payout2017-01-14 05:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length538
author_reputation28,694,344,106,492
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,997,761
net_rshares818,595,986,213
author_curate_reward""
vote details (32)
@felixxx ·
Thanks !

For the next episode I wanted to use a config file instead. :)
properties (22)
authorfelixxx
permlinkre-sneak-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t000227735z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 00:02:27
last_update2016-12-14 00:02:27
depth2
children0
last_payout2017-01-14 05:45: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_length72
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,997,769
net_rshares0
@xeroc ·
$0.04
Actually, since the latest release of python-steem, the library also contains a wallet that can be managed through `piston`.
Just import your keys with
```
piston addkeys
```
and use
```python
from steem import Steem
```

Since wif keys are stored encrypted, you will be asked to provide the password when voting. If you want to unlock the wallet from script, you can use the `UNLOCK` environmental variable:
```
UNLOCK="wallet-passphrase" python3 bot.py
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorxeroc
permlinkre-sneak-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t070922101z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 07:09:21
last_update2016-12-14 07:09:21
depth2
children0
last_payout2017-01-14 05:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.041 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length454
author_reputation118,819,064,085,695
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,000,271
net_rshares1,018,612,501,814
author_curate_reward""
vote details (29)
@ssatria743 ·
Terimakasih atas informasinya @felixxx saya sangat menghargai nya
👍  
properties (23)
authorssatria743
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180210t165924360z
categoryhowto
json_metadata{"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"}
created2018-02-10 16:59:27
last_update2018-02-10 16:59:27
depth1
children0
last_payout2018-02-17 16: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_length65
author_reputation2,282,966,305,121
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,458,491
net_rshares52,228,639
author_curate_reward""
vote details (1)
@stephen-somers ·
Thanks for sharing , I too must step out of the comfort of the windows dungeon at some point and explore the script world. I just bought a raspberry Pi for this pourpose but haven't had a chance to set it up as yet.
👍  ,
properties (23)
authorstephen-somers
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161213t235553778z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-13 23:55:54
last_update2016-12-13 23:55:54
depth1
children1
last_payout2017-01-14 05:45: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_length215
author_reputation19,280,743,077,878
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,997,725
net_rshares97,581,876,755
author_curate_reward""
vote details (2)
@felixxx · (edited)
It's possible to run those Python scripts from Windows, too.

I hope this guide shows how quick and simple it can be.
It's more fun, when more people join.
👍  ,
properties (23)
authorfelixxx
permlinkre-stephen-somers-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161213t235955436z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-13 23:59:57
last_update2016-12-14 00:00:27
depth2
children0
last_payout2017-01-14 05:45: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_length155
author_reputation215,860,760,222,847
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,997,752
net_rshares63,796,675,490
author_curate_reward""
vote details (2)
@tarekadam ·
Great post felixxx, I am looking forward to read more about it in the following episodes.
👍  
properties (23)
authortarekadam
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t124510556z
categoryhowto
json_metadata{"tags":["howto"]}
created2016-12-14 12:45:09
last_update2016-12-14 12:45:09
depth1
children0
last_payout2017-01-14 05:45: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_length89
author_reputation50,131,776,387,207
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,001,935
net_rshares1,322,643,188
author_curate_reward""
vote details (1)
@ussagui ·
Thanks mate! I will try this out! If have more tips/bot share please!
properties (22)
authorussagui
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170924t192848974z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-09-24 19:28:51
last_update2017-09-24 19:28:51
depth1
children0
last_payout2017-10-01 19:28: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_length69
author_reputation21,785,115,444
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,822,657
net_rshares0
@vidallia ·
$0.09
Aye thanks man, this post was really useful. I'm working on a few bots now!
👍  
properties (23)
authorvidallia
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170816t042436640z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-08-16 04:24:36
last_update2017-08-16 04:24:36
depth1
children0
last_payout2017-08-23 04:24:36
cashout_time1969-12-31 23:59:59
total_payout_value0.092 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation252,226,177,161
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,946,398
net_rshares26,310,680,928
author_curate_reward""
vote details (1)
@zufrizal ·
get for windows ?
properties (22)
authorzufrizal
permlinkre-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170730t040308211z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-07-30 04:10:54
last_update2017-07-30 04:10:54
depth1
children0
last_payout2017-08-06 04:10: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_length17
author_reputation926,393,237,238
root_title"Howto: Steemit Bot Tutorial For Newbies #1 - Votebot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,183,605
net_rshares0