# STEEM Autovote Bot Introduction ===================== [STEEM Autovote](https://github.com/matthewniemerg/steem-autovote-bot) is a simple autovoting solution for [STEEM](https://steemit.com/) users. Features include : * Simple, customizable [YAML](http://www.yaml.org) configuration file * Allows users to monitor multiple accounts and autovote posts (not comments) * Multiple accounts can autovote any monitored account * Monitored accounts can be autovoted immediately or within a random time frame for each voting account * Monitored accounts can be autovoted with a prescribed frequency for each voting account * Upvotes only Dependencies ===================== STEEM Autovote has only two dependencies: [PyYaml](http://pyyaml.org/) and [Requests](http://docs.python-requests.org/). On [Ubuntu](http://www.ubuntu.com/), these dependencies can be installed with the following command: ``` sudo apt-get install python-yaml python-requests ``` Configuration ===================== Example configuration files are provided in the `Examples` directory as `example1.yaml` and `example2.yaml`. The configuration file is specified when calling the `autovote-bot.py` script: ``` python autovote-bot.py /home/username/autovote/autovote.yaml ``` Editting the yaml file may be difficult at first, but the rules are quite easy to remember. * Do not allow for tabbed spaces, only single character white spaces and hard carriage returns. * New accounts to monitor are added in the monitor section. * Allow for two additional white spaces for each sub-list. * The outermost list is the account to monitor. * Voting accounts of a monitored account are items in the sub-list of a monitored account. * Two entries are required in the sub-list for each voting account: random_wait and frequency. Example Configuration File ====================== ``` settings : wallet_password : walletpword rpc_ip : "127.0.0.1" rpc_port : 8091 rpc_user : "rpcuser" rpc_password : "rpcpassword" log_file : "autoupvote.log" debug : true monitor : complexring : your_account_name : random_wait : 0 # random wait time, anytime from 0 to 0 seconds frequency : 1 # probability that a vote will occur your_sock_puppet_account : random_wait : 100 # random wait time, anytime from 0 to 100 seconds frequency : .1 # probability that a vote will occur your_account_name : your_account_name : random_wait : 0 # random wait time, anytime from 0 to 0 seconds frequency : 1 # probability that a vote will occur your_sock_puppet_account : random_wait : 60 # random wait time, anytime from 0 to 60 seconds frequency : .5 # probability that a vote will occur your_sock_puppet_account : your_account_name : random_wait : 1200 # random wait time, anytime from 0 to 1200 seconds frequency : .333 # probability that a vote will occur your_sock_puppet_account : random_wait : 0 # random wait time, anytime from 0 to 0 seconds frequency : 1 # probability that a vote will occur ``` Random Settings =================== The block_id hash of the post of a monitored account is used as a seed in python's Mersennes Twister Pseudo Random Number Generator. This seed gets updated for each new post of any monitored account. Running STEEM Autovote Bot =================== Running the `autovote-bot.py` python script requires an open wallet, an instance of `cli_wallet` must be run as a daemon process, listening on an RPC port. On Ubuntu, this is best achieved using [Upstart](http://upstart.ubuntu.com/) services. Please see [this guide](https://github.com/steemed/steem-price-feed/) for starting an upstart service for your cli_wallet. Alternatively, you can run `cli_wallet` in an instance of a screen. After installing `screen` type `screen` and then once you return to the shell, navigate to the cli_wallet directory and then type ``` ./cli_wallet -u user -p password --rpc-endpoint=127.0.0.1:8091 \ -d 2>cli-debug.log 1>cli-error.log ``` Detach the screen with `Ctrl + a` and then `Ctrl + x` and you now have a `cli_wallet` daemon running. There are at least 2 ways you can run the STEEM Autovote Bot. * Use `screen` and navigate to the appropriate directory, and then run this process in the screened shell with `python autovote-bot.py autovote.yaml` * Use an upstart service Running as an Upstart Service =================== It is highly desirable to run the STEEM Autovote Bot as an upstart service so that on reboot and termination, a respawn of the process will occur. Save the following script in `/etc/init/steem-autovote-bot.conf` (editted for your own system) ``` # steem-autovote-bot service - steem-autovote-bot service for user description "STEEM Autovote bot" author "Ima User <user@example.com>" # Stanzas # # Stanzas control when and how a process is started and stopped # See a list of stanzas here: //upstart.ubuntu.com/wiki/Stanzas # When to start the service start on runlevel [2345] # When to stop the service stop on runlevel [016] # Automatically restart process if crashed respawn # Essentially lets upstart know the process will detach itself to the background # This option does not seem to be of great importance, so it does not need to be set. # expect fork # Specify working directory chdir /home/user/path/to/steem-autovote # Specify the process/command to start, e.g. exec /usr/bin/python autovote-bot.py autovote.yaml 2>autovote-debug.log 1>autovote-error.log ``` Upcoming Features ================== * Upvote with weights * Downvote with weights * Random Interval (not just from 0 to random_wait) * Tracking of when (auto)votes occurred and adjusting times to vote to maximize voting power for both immediate votes and queued votes Acknowledgments =================== I have heavily modified the STEEM witness [steemed's](https://steemit.com/witness-category/@steemed/steemed-witness-thread) source code for creating a [STEEM Price Feed](https://github.com/steemed/steem-price-feed/).
author | complexring |
---|---|
permlink | steem-autovote-bot |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://github.com/matthewniemerg/steem-autovote-bot","https://steemit.com/","http://www.yaml.org","http://pyyaml.org/","http://docs.python-requests.org/","http://www.ubuntu.com/","http://upstart.ubuntu.com/","https://github.com/steemed/steem-price-feed/","https://steemit.com/witness-category/@steemed/steemed-witness-thread"]} |
created | 2016-05-15 17:43:15 |
last_update | 2016-06-09 23:21:09 |
depth | 0 |
children | 28 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 281.220 HBD |
curator_payout_value | 281.185 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,069 |
author_reputation | 62,649,292,215,598 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,606 |
net_rshares | 82,010,815,221,098 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
itsascam | 0 | 13,377,761,631,600 | 100% | ||
berniesanders | 0 | 30,190,401,958,153 | 100% | ||
steemroller | 0 | 2,139,158,994,000 | 100% | ||
steemed | 0 | 11,958,094,877,691 | 100% | ||
nextgenwitness | 0 | 257,827,708,338 | 100% | ||
pharesim | 0 | 4,170,297,206,359 | 100% | ||
fuzzyvest | 0 | 5,802,465,695,828 | 100% | ||
justin | 0 | 753,942,379,462 | 100% | ||
silver | 0 | 2,477,025,650,792 | 100% | ||
silversteem | 0 | 1,342,063,239,710 | 100% | ||
abit | 0 | 1,927,777,859,356 | 100% | ||
nextgencrypto | 0 | 2,958,259,137,751 | 100% | ||
boy | 0 | 0 | 100% | ||
bue-witness | 0 | 0 | 100% | ||
bunny | 0 | 0 | 100% | ||
complexring | 0 | 2,093,111,863,993 | 100% | ||
steemychicken1 | 0 | 1,043,572,744,280 | 100% | ||
bue | 0 | 0 | 100% | ||
jen | 0 | 5,484,957,708 | 100% | ||
steemservices | 0 | 36,692,527,707 | 100% | ||
steemservices1 | 0 | 30,471,128,492 | 100% | ||
mini | 0 | 0 | 100% | ||
moon | 0 | 0 | 100% | ||
joseph | 0 | 659,479,049,947 | 100% | ||
aizensou | 0 | 5,299,570,000 | 100% | ||
jason | 0 | 33,958,079,349 | 100% | ||
boombastic | 0 | 0 | 100% | ||
mrs.agsexplorer | 0 | 0 | 100% | ||
bingo-0 | 0 | 0 | 100% | ||
steempower | 0 | 46,133,684,259 | 100% | ||
officialfuzzy | 0 | 86,215,000 | 100% | ||
proctologic | 0 | 9,745,805,836 | 100% | ||
healthcare | 0 | 0 | 100% | ||
daniel.pan | 0 | 0 | 100% | ||
clains | 0 | 118,203,221,382 | 100% | ||
steemrollin | 0 | 691,600,921 | 100% | ||
ash | 0 | 6,491,864,928 | 100% | ||
chitty | 0 | 5,054,862,569 | 100% | ||
linouxis9 | 0 | 1,771,138,816 | 100% | ||
helen.tan | 0 | 0 | 100% | ||
noaommerrr | 0 | 32,894,189,438 | 100% | ||
void | 0 | 587,559,385 | 100% | ||
pstrident | 0 | 935,723,576 | 100% | ||
mauritso | 0 | 487,310,480 | 0% | ||
bob-the-poster | 0 | 559,198,351 | 100% | ||
edgeland | 0 | 3,086,864,166 | 100% | ||
bobbarker | 0 | 652,131,974 | 100% | ||
officialbitcash | 0 | 528,362,195 | 100% | ||
coinking | 0 | 497,665,428 | 100% | ||
cryptorune | 0 | 336,537,077 | 100% | ||
funnymoney22 | 0 | 497,450,681 | 100% | ||
blue.cheese | 0 | 5,165,465,458 | 100% | ||
hipster | 0 | 469,674,098,807 | 100% | ||
spaninv | 0 | 515,597,428 | 100% | ||
teamsteem | 0 | 6,399,149,059 | 100% | ||
nanzo-scoop | 0 | 0 | 100% | ||
murh | 0 | 11,808,943,801 | 100% | ||
b4bb4r-5h3r | 0 | 194,368,626 | 100% | ||
natty | 0 | 319,046,554 | 100% | ||
knopki | 0 | 140,921,354 | 100% | ||
rubybian | 0 | 0 | 100% | ||
kilrathi | 0 | 258,962,879 | 100% | ||
wenden | 0 | 238,615,160 | 100% | ||
krispy123 | 0 | 238,365,880 | 100% | ||
samuelmgm | 0 | 237,822,201 | 100% | ||
mrgreen | 0 | 195,477,837 | 100% | ||
surf4life | 0 | 23,729,474 | 100% | ||
ph111p | 0 | 18,527,572,744 | 100% | ||
horselditty | 0 | 229,804,485 | 100% | ||
megabotan | 0 | 47,470,437 | 100% | ||
dr2073 | 0 | 236,279,583 | 100% | ||
creemej | 0 | 2,840,112,818 | 100% | ||
graciah | 0 | 107,979,484 | 100% | ||
bitlord | 0 | 2,337,956 | 100% | ||
vadim | 0 | 395,180,036 | 100% | ||
aleksg | 0 | 111,722,888 | 100% | ||
craigslist | 0 | 0 | 100% | ||
izzy | 0 | 518,549,171 | 100% | ||
larus | 0 | 0 | 100% | ||
marto | 0 | 0 | 100% | ||
chappers | 0 | 0 | 100% | ||
hostile | 0 | 0 | 100% | ||
personz | 0 | 0 | 100% | ||
sebastianjago | 0 | 0 | 100% | ||
bitcoinbuilder | 0 | 0 | 100% | ||
tilenpirih | 0 | 0 | 100% | ||
bitcoinman | 0 | 0 | 100% | ||
dienhassan | 0 | 0 | 100% | ||
biggles | 0 | 0 | 100% | ||
hkkn | 0 | 0 | 100% | ||
bitcoindata | 0 | 0 | 100% | ||
kiranrh | 0 | 0 | 100% | ||
raziel.com | 0 | 0 | 100% | ||
orhysa | 0 | 0 | 100% | ||
ger.investor | 0 | 0 | 100% | ||
harry-heightz | 0 | 0 | 100% | ||
lekspot | 0 | 0 | 100% |
I'm trying to figure this out but I installed python 3.6 and from what I understood so far, this script was meant for python2. I tried updating it to make it work in python3 but I get too many errors.
author | aaseb |
---|---|
permlink | re-complexring-steem-autovote-bot-20160725t230443606z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-25 23:05:03 |
last_update | 2016-07-25 23:05:03 |
depth | 1 |
children | 3 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 201 |
author_reputation | 470,722,236,683 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 360,488 |
net_rshares | 0 |
author | complexring |
---|---|
permlink | re-aaseb-re-complexring-steem-autovote-bot-20160726t002508460z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-26 00:25:09 |
last_update | 2016-07-26 00:25:09 |
depth | 2 |
children | 2 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 62,649,292,215,598 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 362,217 |
net_rshares | 20,219,020,442 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
r4fken | 0 | 7,088,771,882 | 100% | ||
aaseb | 0 | 13,130,248,560 | 100% |
ok got it going with python 2 but getting some errors probably due to the fact that I missed the part about the open wallet. Also I'm trying to do this on windows... could you tell me how can find my rpc user an password? Is it my username and owner password?
author | aaseb |
---|---|
permlink | re-complexring-re-aaseb-re-complexring-steem-autovote-bot-20160726t083039366z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-26 08:31:00 |
last_update | 2016-07-26 08:31:00 |
depth | 3 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 470,722,236,683 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 368,962 |
net_rshares | 0 |
I'm looking forward to the update! Keep doing the things you do!
author | r4fken |
---|---|
permlink | re-complexring-re-aaseb-re-complexring-steem-autovote-bot-20160726t210401499z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-26 21:04:03 |
last_update | 2016-07-26 21:04:03 |
depth | 3 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | -14,070,504,625,313 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 385,539 |
net_rshares | 0 |
I'm still trying to get this going. When I try it I get this error : ERROR: mapping values are not allowed here in "<string>", line 13, column 25: min_random_wait : 100 so I modified the yaml (changing indent) then I get the same error for max_random_wait and frequency so I managed to get these errors out of the way by modifying the yaml some more and then I get this : {'complexring': {'aaseb': {'min_random_wait': 100, 'max_random_wait': 800, 'frequency': 1}}} aaseb is monitoring complexring with a random wait between 100 and 800 seconds with a probability of 1 Traceback (most recent call last): File "path\autoupvote-bot.py", line 306, in <module> main() File "path\autoupvote-bot.py", line 301, in main monitor_loop(settings, wallet) File "path\autoupvote-bot.py", line 200, in monitor_loop last_block = cur_info["result"]["last_irreversible_block_num"] KeyError: 'result' any clues ?
author | aaseb |
---|---|
permlink | re-complexring-steem-autovote-bot-20160728t191536687z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-28 19:15:39 |
last_update | 2016-07-28 20:55:24 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 930 |
author_reputation | 470,722,236,683 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 443,690 |
net_rshares | 0 |
Thank you for providing this, makes it much easier to ensure I'm voting for those I know consistently provide good material and worthwhile posts. Although it'll be used in moderation, it's a great too to have in the arsenal!
author | berniesanders |
---|---|
permlink | re-complexring-steem-autovote-bot-20160516t051723155z |
category | steem |
json_metadata | {} |
created | 2016-05-16 05:17:21 |
last_update | 2016-05-16 05:17:21 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 225 |
author_reputation | 600,251,775,828,524 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,926 |
net_rshares | 0 |
Wow! I wish I could figure this out! But it's beyond me. If there was a way for people to boost their account with an addon like this that is user friendly, it would be great for people want to become "patron" of certain content creators.
author | cryptoctopus |
---|---|
permlink | re-complexring-steem-autovote-bot-20160522t214352974z |
category | steem |
json_metadata | {} |
created | 2016-05-22 21:43:36 |
last_update | 2016-05-22 21:45:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 365,406,972,531,657 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,216 |
net_rshares | 0 |
Conditional down voting only if post has up votes above some threshold would be useful to ban punish spammers.
author | dantheman |
---|---|
permlink | re-complexring-steem-autovote-bot-20160515t175059051z |
category | steem |
json_metadata | {} |
created | 2016-05-15 17:51:00 |
last_update | 2016-05-15 17:51:00 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 240,292,002,602,347 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,611 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaschawa | 0 | 0 | 100% |
Could you elaborate on this? Do you mean that monitoring the number of upvotes a post has by accounts, or within short time frame, would be decent metric for determining spammers and punishing them?
author | complexring |
---|---|
permlink | re-dantheman-re-complexring-steem-autovote-bot-20160515t175059051z-20160515t175631176z |
category | steem |
json_metadata | {} |
created | 2016-05-15 17:55:48 |
last_update | 2016-05-15 17:55:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.270 HBD |
curator_payout_value | 2.271 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 62,649,292,215,598 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,618 |
net_rshares | 5,802,690,279,332 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fuzzyvest | 0 | 5,802,465,695,828 | 100% | ||
anyx | 0 | 224,583,504 | 100% |
I like it. Wish I had the faintest idea how to use this. Any chance of a video setup guide? I know, I know..I ask too much!
author | horselditty |
---|---|
permlink | re-complexring-steem-autovote-bot-20160713t052118232z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 05:21:18 |
last_update | 2016-07-13 05:21:18 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 35,245,580,928 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,353 |
net_rshares | 18,030,056,754 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
proctologic | 0 | 17,800,252,269 | 100% | ||
horselditty | 0 | 229,804,485 | 100% |
You can, its free. [#Programming-LearnHowToCode](https://steemit.com/programming-vb/@bola/choosing-a-programming-language)
author | bola |
---|---|
permlink | re-horselditty-re-complexring-steem-autovote-bot-20160718t084025335z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/programming-vb/@bola/choosing-a-programming-language"]} |
created | 2016-07-18 08:40:12 |
last_update | 2016-07-18 08:40:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 51,245,914,991,562 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 162,403 |
net_rshares | 0 |
https://steemit.com/steemit/@teatree/steemit-is-all-about-game-theory
author | izzy |
---|---|
permlink | re-complexring-steem-autovote-bot-20160725t015016811z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steemit/@teatree/steemit-is-all-about-game-theory"]} |
created | 2016-07-25 01:50:15 |
last_update | 2016-07-25 01:50:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 227,600,357,100 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 336,431 |
net_rshares | 518,549,171 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
izzy | 0 | 518,549,171 | 100% |
Hello @complexring, I dont know anything about programming but I know my way around with computer application. I wanted to learn autovote, any advice on where to start please, what do I need to have the autovote?
author | juvyjabian |
---|---|
permlink | re-complexring-steem-autovote-bot-20160809t055504834z |
category | steem |
json_metadata | {"tags":["steem"],"users":["complexring"]} |
created | 2016-08-09 05:54:45 |
last_update | 2016-08-09 05:54:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 185,700,092,637,158 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 698,162 |
net_rshares | 0 |
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
author | marsresident |
---|---|
permlink | re-complexring-steem-autovote-bot-20160722t021035248z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steem/@marsresident/github-cryptocurrency-app-creation-archive"]} |
created | 2016-07-22 02:10:51 |
last_update | 2016-07-22 02:10:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 10,013,229,877,794 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 264,148 |
net_rshares | 18,339,653,853 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
proctologic | 0 | 18,339,653,853 | 100% | ||
raziel.com | 0 | 0 | 100% |
I have this error Traceback (most recent call last): File "autovote-bot.py", line 13, in <module> import dateutil.parser ImportError: No module named dateutil.parser How to fix please thanks and where i can find rpc user /pw
author | otaku |
---|---|
permlink | re-complexring-steem-autovote-bot-20160724t144833502z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-24 14:48:33 |
last_update | 2016-07-24 14:48:33 |
depth | 1 |
children | 6 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 231 |
author_reputation | 289,132,801 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 321,931 |
net_rshares | 18,391,490,015 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
proctologic | 0 | 18,339,653,853 | 100% | ||
places | 0 | 51,836,162 | 100% | ||
sotacan | 0 | 0 | 100% |
you need to install python's dateutil.parser try the following: `sudo easy_install pip` `sudo pip install python-dateutil`
author | complexring |
---|---|
permlink | re-otaku-re-complexring-steem-autovote-bot-20160724t154736292z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-24 15:47:36 |
last_update | 2016-07-24 15:47:36 |
depth | 2 |
children | 5 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 62,649,292,215,598 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 323,566 |
net_rshares | 0 |
You have only Ubuntu build? No Windows?
author | carmasleeper |
---|---|
permlink | re-complexring-re-otaku-re-complexring-steem-autovote-bot-20160726t123535381z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-26 12:35:36 |
last_update | 2016-07-26 12:35:36 |
depth | 3 |
children | 1 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 8,786,665,710 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 372,139 |
net_rshares | 0 |
thanks Do you know where i can check my rpc user / password And i have to put account to monitor : complexring account to vote : otaku right?
author | otaku |
---|---|
permlink | re-complexring-re-otaku-re-complexring-steem-autovote-bot-20160725t014834002z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-25 01:48:33 |
last_update | 2016-07-25 01:48:33 |
depth | 3 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 289,132,801 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 336,403 |
net_rshares | 0 |
And i have to rename example2.yaml to autovote.yaml right?
author | otaku |
---|---|
permlink | re-complexring-re-otaku-re-complexring-steem-autovote-bot-20160725t014934196z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-25 01:49:33 |
last_update | 2016-07-25 01:49:33 |
depth | 3 |
children | 1 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 289,132,801 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 336,420 |
net_rshares | 0 |
Rrz
author | rizaokur |
---|---|
permlink | re-complexring-steem-autovote-bot-20171222t045229821z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-12-22 04:52:12 |
last_update | 2017-12-22 04:52:12 |
depth | 1 |
children | 0 |
last_payout | 2017-12-29 04:52:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 171,248,220,741 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,636,709 |
net_rshares | 671,940,694 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rizaokur | 0 | 671,940,694 | 100% |
dear sir give tutorel vedioes some very helpfully us boss
author | shihann9 |
---|---|
permlink | re-complexring-steem-autovote-bot-20180106t040652342z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 04:06:51 |
last_update | 2018-01-06 04:06:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 04:06:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | -38,161,072,359 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,436,781 |
net_rshares | 0 |
Maybe you like my article, please come in and follow The 10 Most Beautiful Women Producing Countries in the World Https://steemit.com/hot/@supergoal/the-10-most-beautiful-women-producing-countries-in-the-world
author | supergoal |
---|---|
permlink | re-complexring-steem-autovote-bot-20170713t111722019z |
category | steem |
json_metadata | {"tags":["steem"],"links":["Https://steemit.com/hot/@supergoal/the-10-most-beautiful-women-producing-countries-in-the-world"],"app":"steemit/0.1"} |
created | 2017-07-13 11:19:18 |
last_update | 2017-07-13 11:19:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-20 11:19:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | -76,239,466,857 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,329,140 |
net_rshares | 0 |
Is there any way that simpletons like us could use this without much programming knowledge requirement. It would be of much interest if someone could do an **ELI5** version of the Autovote Bot and why use Autovote Bot. Edit : Grammar
author | tshering-tamang |
---|---|
permlink | re-complexring-steem-autovote-bot-20160516t060410017z |
category | steem |
json_metadata | {} |
created | 2016-05-16 06:04:12 |
last_update | 2016-05-16 06:04:45 |
depth | 1 |
children | 2 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 11,388,588,016,470 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,949 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
raziel.com | 0 | 0 | 100% |
I fully expect that at some point in the future that this will be integrated into a service through a website for non-technical users. They sign up, provide login details, we add a posting key with authority to upvote, and then users can choose their settings via a nice GUI. As to the reason to use an autovote bot. You know accounts that provide good content, and you want to upvote them without having to go through each and every post and manually do so.
author | complexring |
---|---|
permlink | re-tshering-tamang-re-complexring-steem-autovote-bot-20160516t060410017z-20160516t121216339z |
category | steem |
json_metadata | {} |
created | 2016-05-16 12:11:30 |
last_update | 2016-05-16 12:11:30 |
depth | 2 |
children | 1 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 461 |
author_reputation | 62,649,292,215,598 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,075 |
net_rshares | 532,110,116 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tshering-tamang | 0 | 532,110,116 | 100% |
I hope this will be realized.
author | juvyjabian |
---|---|
permlink | re-complexring-re-tshering-tamang-re-complexring-steem-autovote-bot-20160809t055939821z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-08-09 05:59:18 |
last_update | 2016-08-09 05:59:18 |
depth | 3 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 185,700,092,637,158 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 698,231 |
net_rshares | 0 |
You might want to look into the [steem module](https://github.com/xeroc/piston/blob/develop/piston/steem.py) of `piston`. After adding your keys with `piston addkey` you can upvotes posts with `steem.upvote(identifier)`.
author | xeroc |
---|---|
permlink | re-complexring-steem-autovote-bot-20160518t132802661z |
category | steem |
json_metadata | {"steem":{"link":"https://github.com/xeroc/piston/blob/develop/piston/steem.py"}} |
created | 2016-05-18 13:28:03 |
last_update | 2016-05-18 13:29:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 22:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 39.862 HBD |
curator_payout_value | 39.862 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 220 |
author_reputation | 118,819,064,085,695 |
root_title | "STEEM Autovote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,415 |
net_rshares | 29,673,160,577,631 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 29,598,433,292,307 | 100% | ||
steempower | 0 | 56,927,033,055 | 100% | ||
proctologic | 0 | 17,800,252,269 | 100% | ||
samhamou | 0 | 0 | 100% | ||
jaschawa | 0 | 0 | 100% | ||
raziel.com | 0 | 0 | 100% |