Originally from @fyrstikken Please, if there is any issue in me reposting this information in any way, don't flag me, just say so in the comments and I will edit out everything that is not my own work.  I use this fantastic easy bot every day, it run extremely smooth and gets the job done without any hassle. You will love it! The 3 Simple Tasks You Must Do First! Install GIT from This Website Install Python 3+ from This Website Install Piston from This Website Now You Are Ready To Use The Upvote-Bot! Download The Steemit Upvote-Bot Here Inside the ZIP-File you will find two files. The votebot.py and the votelist.txt and for full transparency this is how they look like. If you need any help setting them up or fiddle with the settings, please come to SteemSpeak and we will help you as best we can. votebot.py from piston.steem import Steem from piston.steem import BroadcastingError import threading import time import random import csv # my favorite blogs on steemit top_writers = [] # add my favorites my_favorites = [] with open('votelist.txt', mode='r') as infile: reader = csv.reader(infile) for rows in reader: v = rows[0] top_writers.append(v) my_subscriptions = top_writers + my_favorites account = ["your-account-name"] posting_key = ["your-posting-key"] active_key = [] vote_delay = random.randrange(500,1000) upvote_history = [] def feed(): print("Waiting for new posts by %s\n" % my_subscriptions) steem = Steem(wif=posting_key[0]) for comment in steem.stream_comments(): if comment.author in my_subscriptions: # Comments don't have titles. This is how we can know if we have a post or a comment. if len(comment.title) > 0: # check if we already upvoted this. Sometimes the feed will give duplicates. if comment.identifier in upvote_history: continue print("New post by @%s %s" % (comment.author, url_builder(comment))) workerThread = threading.Thread(name=comment.identifier, target=worker, args=(comment,)) workerThread.start() # send $0.1 in SBD def send_a_tip(author): steem = Steem(wif=active_key) steem.transfer(author, 0.001, "SBD", memo="I love your blog. Here is a small gift for you.", account=account) def url_builder(comment): return "https://steemit.com/%s/%s" % (comment.category, comment.identifier) def worker(worker_comment): time.sleep(vote_delay) try: for (k,v) in enumerate(account): worker_steem = Steem(wif=posting_key[k]) upvote_comment = worker_steem.get_content(worker_comment.identifier) upvote_comment.vote(100, v) print("====> Upvoted") upvote_history.append(upvote_comment.identifier) except BroadcastingError as e: print("Upvoting failed...") print("We have probably reached the upvote rate limit.") print(str(e)) if upvote_comment.author in my_favorites: send_a_tip(upvote_comment.author) print("====> Sent $0.01 SBD to @%s" % upvote_comment.author) if __name__ == "__main__": while True: try: feed() except (KeyboardInterrupt, SystemExit): print("Quitting...") break except Exception as e: traceback.print_exc() print("### Exception Occurred: Restarting...") So, the above python-script is the instructions for your bot, but you need to put in your own account-name (without the @) and the private posting-key for that account. If you have multiple accounts, you can comma-separate them on the same line, and the same with your private posting-keys if you run a curation-guild or something like that. votelist.txt fyrstikken furion contentjunkie xeroc steempowertwins This is where you store the people you want to upvote, you can add as many as you want. The bot was originally created by @furion, upgraded and maintained by @contentjunkie, tested hard and brutally by @fyrstikken and @xeroc of course is the brilliant mind behind Piston. This is how you run the Upvote-Bot You can either doubleclick or open your upvote-bot with Python3, or you can use command-lines. I will show you two command-lines you can use to make the bot run: The First Method Open a Terminal-Window and use the following command from the directory your bot-files are placed: python3 votebot.py This command will run your bot, but if it crashes and refuse to restart in the middle of the night, that is a problem so a little hack around that problem by @inertia is to use this command instead from the terminal-window: The Second Method Open a Terminal-Window and use the following command from the directory your bot-files are placed: while :; do python3 votebot.py; sleep 5; done This command will make your bot loop, so if it crashes - it will wait 5 seconds and start it up again. Download The Steemit Upvote-Bot Here To Bot or not to Bot - that is the question over the past many months I have heard all kinds of arguments for use, abuse and do not use bots for voting, and I personally think that is pretty lame. Everybody should run upvote-bots and make sure their favorite writers, photographers, artists, promoters and whatever you subscribe/follow gets your upvote while there is time to upvote. I personally cannot read all the articles people post immediately when they post, I have other obligations - but when I have the time, I sit down and I read and comment - even if the article is a week old. Every blogger on steemit that I upvote is someone I want to encourage to keep posting on steemit, and I am looking forward to read their stuff when I have the time. Steemit is GREAT for content-creators, and we all have plenty of votes to go around, so let us all start using them!
author | matstaader |
---|---|
permlink | i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot","steemit"],"users":["fyrstikken","furion","contentjunkie","xeroc","inertia"],"image":["https://steemitimages.com/DQmVST4g8ZsTfCcYby6SSxSBbG6PjVe5PtKDoPhCbHsnQ1n/IMG_1011.PNG"],"links":["https://steemit.com/%s/%s"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-07-16 20:54:45 |
last_update | 2017-07-16 20:54:45 |
depth | 0 |
children | 11 |
last_payout | 2017-07-23 20:54:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.259 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,949 |
author_reputation | 238,847,150,434 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,704,210 |
net_rshares | 60,692,820,654 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeanviete | 0 | 15,093,755,096 | 100% | ||
apocalypse612 | 0 | 384,407,051 | 100% | ||
matstaader | 0 | 998,785,586 | 100% | ||
samrg472 | 0 | 982,753,340 | 100% | ||
cardinalkennedy | 0 | 1,282,014,524 | 100% | ||
qagiri | 0 | 983,083,678 | 100% | ||
abn | 0 | 6,031,245,203 | 100% | ||
prime-cleric | 0 | 3,567,942,988 | 100% | ||
cardinalkpatrick | 0 | 1,701,115,523 | 100% | ||
rayelite1 | 0 | 545,933,678 | 100% | ||
cifer44 | 0 | 620,450,596 | 100% | ||
mharr331 | 0 | 713,327,290 | 100% | ||
victoria-harr | 0 | 455,107,064 | 100% | ||
rayelite8 | 0 | 562,312,700 | 100% | ||
mstaader | 0 | 1,193,115,129 | 100% | ||
belovebelight | 0 | 4,613,871,933 | 100% | ||
rasgriz311 | 0 | 2,589,026,396 | 100% | ||
linda-rose | 0 | 1,657,358,486 | 100% | ||
astaader | 0 | 1,257,030,096 | 100% | ||
gabbrielle | 0 | 1,003,674,709 | 100% | ||
arbeitssuchend | 0 | 10,877,049,107 | 100% | ||
cardinalemil | 0 | 899,734,143 | 100% | ||
civilianlife | 0 | 533,918,683 | 100% | ||
codingdefined | 0 | 1,167,763,650 | 100% | ||
rosemary-k | 0 | 978,044,005 | 100% |
Cool!
author | abn |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170719t195207694z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-19 19:52:15 |
last_update | 2017-07-19 19:52:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-26 19:52:15 |
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 | 5 |
author_reputation | 6,507,300,897,068 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,005,895 |
net_rshares | 0 |
delete
author | apocalypse612 |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t170402196z |
category | upvote-bot |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2017-07-17 17:04:06 |
last_update | 2025-01-28 13:09:24 |
depth | 1 |
children | 1 |
last_payout | 2017-07-24 17:04:06 |
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 | 6 |
author_reputation | 1,146,430,807,136 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,787,841 |
net_rshares | 1,726,102,758 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rayelite1 | 0 | 538,654,562 | 100% | ||
rasgriz311 | 0 | 1,187,448,196 | 100% |
I hope it helps
author | matstaader |
---|---|
permlink | re-apocalypse612-re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170723t100745840z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-23 10:07:45 |
last_update | 2017-07-23 10:07:45 |
depth | 2 |
children | 0 |
last_payout | 2017-07-30 10:07:45 |
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 | 15 |
author_reputation | 238,847,150,434 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,400,845 |
net_rshares | 0 |
Nice info
author | cifer44 |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t173955901z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-17 17:39:54 |
last_update | 2017-07-17 17:39:54 |
depth | 1 |
children | 0 |
last_payout | 2017-07-24 17:39:54 |
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 | 9 |
author_reputation | 5,751,224,533,395 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,791,617 |
net_rshares | 1,692,078,163 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rayelite1 | 0 | 524,096,331 | 100% | ||
rasgriz311 | 0 | 1,167,981,832 | 100% |
Nice Info. Thanks for sharing
author | codingdefined |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t054821575z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-17 05:48:21 |
last_update | 2017-07-17 05:48:21 |
depth | 1 |
children | 1 |
last_payout | 2017-07-24 05:48:21 |
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 | 546,402,517,691,623 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,735,804 |
net_rshares | 0 |
Not a problem :) happy to help
author | matstaader |
---|---|
permlink | re-codingdefined-re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t123406756z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-17 12:34:09 |
last_update | 2017-07-17 12:34:09 |
depth | 2 |
children | 0 |
last_payout | 2017-07-24 12:34:09 |
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 | 30 |
author_reputation | 238,847,150,434 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,763,351 |
net_rshares | 1,716,452,659 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rayelite1 | 0 | 509,538,099 | 100% | ||
rasgriz311 | 0 | 1,206,914,560 | 100% |
Thanks for sharing this.
author | mharr331 |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t214046302z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-17 21:40:54 |
last_update | 2017-07-17 21:40:54 |
depth | 1 |
children | 0 |
last_payout | 2017-07-24 21:40:54 |
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 | 24 |
author_reputation | 2,043,617,787,019 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,812,015 |
net_rshares | 1,665,332,683 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rayelite1 | 0 | 516,817,215 | 100% | ||
rasgriz311 | 0 | 1,148,515,468 | 100% |
@matstaader Nice writeup Good job Keep it up.
author | qagiri |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t002825278z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"users":["matstaader"],"app":"steemit/0.1"} |
created | 2017-07-17 00:28:27 |
last_update | 2017-07-17 00:28:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-24 00:28:27 |
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 | 45 |
author_reputation | 5,207,321,068,642 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,717,169 |
net_rshares | 0 |
Looks useful.
author | rasgriz311 |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t224655188z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-17 22:46:57 |
last_update | 2017-07-17 22:46:57 |
depth | 1 |
children | 0 |
last_payout | 2017-07-24 22:46:57 |
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 | 13 |
author_reputation | 3,120,996,880,176 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,816,716 |
net_rshares | 487,700,752 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rayelite1 | 0 | 487,700,752 | 100% |
Great stuff
author | rayelite1 |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170718t212417998z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-18 21:24:21 |
last_update | 2017-07-18 21:24:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-25 21:24:21 |
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 | 11 |
author_reputation | 1,320,087,904,066 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,912,293 |
net_rshares | 0 |
thanks for sharing :D
author | victoria-harr |
---|---|
permlink | re-matstaader-i-will-make-this-clear-this-is-not-my-original-work-i-am-not-posting-it-for-income-only-for-the-information-of-my-colleagues-20170717t223944877z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-07-17 22:39:45 |
last_update | 2017-07-17 22:39:45 |
depth | 1 |
children | 0 |
last_payout | 2017-07-24 22:39:45 |
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 | 21 |
author_reputation | 3,602,715,849,795 |
root_title | "I will make this clear - this is NOT my original work. I am not posting it for income, only for the information of my colleagues." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,816,169 |
net_rshares | 494,979,868 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rayelite1 | 0 | 494,979,868 | 100% |