This is a response to @klye's post ...
I present to you :
1. Install Steem-Python:
First, you need to install steem-python.
pip install -U steem
2. Write the script:
- Open a new file, called
rewardinator.py
. - Copy this code and replace the values for
my_steem_posting_key
andmy_steem_account
. - Save the file.
from steem.steem import Steem
import time
my_steem_posting_key = '5YOURPOSTINGKEY'
my_steem_account = 'youraccount'
steem = Steem(keys = my_steem_posting_key)
def claim_rewards():
steem.claim_reward_balance(account = my_steem_account)
while 1:
claim_rewards()
time.sleep(3600) # in seconds ( 3600 seconds = 1 hour )
3. Run the script:
type python3 rewardinator.py
, press ENTER
.
Done.
This script will claim your rewards every hour.
It doesn't print any messages to the screen and you can't see how much it claims.
To see that, head to https://steemd.com/@youraccount .
Now we are waiting what someone will come up with browser version :D I guess it will be a little tweak of klye's version.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I saw one already - it was weeks ago, can be that it was even an old article. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome post (again) - keep on!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Amazing. I love it when i see some Python love - as we all know, the best languages are the ones that force you to have clean whitespace :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hah :D i like the name --> Rewardinator ^_°
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Super, Vielen Dank! Vor ein paar Tagen noch mit jemandem darüber gesprochen, dass ich ein Script dafür erstellen könnte und schon hat es sich von selbst erledigt :) Werde ich morgen gleich mal ausprobieren...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Upvote for the term "Rewardinator" :)
I won't pretend I understand the rest of this posts... :D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How about multiple accounts then?
I don't understand any of this developer banter, but it sure sounds amusing :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
mhm
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@stuffy сможешь такое?)))
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
niet parlet parusky :D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ne govorju po russkij:)))
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hey bottie! come over here ! thanks @felixxx
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can i be your bot too?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I upvoted your post and I hope I'll stay in touch with you @felixxx
Follow me as well @denise.kluch
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
well, hello.
Should account name start from @ or not?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
no @ in the account name ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks a lot. Any advice or link for posting bot?
Would be much appreciated.
This new Official Python Library for STEEM https://github.com/steemit/steem-python
it killed piston or not?
Can I still use piston or I'd better switch to steem-python lib?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's a piston fork. Piston seems abandoned.
A posting bot ? what exactly do you mean ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
auto-reply on replies that account recieves.
Is it ok or no-no at steemit?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'd say that's spam and I wouldn't want to encourage it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ok, thanks.
have you seen @ionlysaymeep account? Is it spam, what do you think?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great post, didnt get most of it... =)
Will check more of your posting... Thx for the help!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi,
Can you please vote me for my witness? To introduce myself a little: I'm an expert developer who can contribute to this project well. I've just started to learn more and more on Steem project and last week I set up my Witness.
I really appreciate if you can vote for my witness.
Thanks a lot
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
After reading that you used jerry banfield's guide to set up your witness, I'm a bit skeptic ...
I followed you now and if I can see any cool projects from your end, I will consider giving you a witness vote.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for that. Actually I used @someguy123 guide to set up my witness. I also appreciate if you can tell me what do you mean with cool projects? In other words how I can contribute to the community better? Is there any document/instruction?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Witnesses are encouraged to help the steem economy.
There isn't a guide for that ...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
impressive!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank You Felixxx for your report! I will try to install it . But I neet to admit that it look quite advance ! 🤕
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Früher wurden die Rewards ja automatisch gutgeschrieben. Bis jemand der Ansicht war, den Programmierern müsse mal wieder ein wenig Arbeit beschafft werden.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations! You have been chosen to appear on "Who to Follow Daily". Thank you for adding such value to the Steemit community. Steem on!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
On running install steem i get cli.exe error on cmd ,what to do, thanks in advance :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have no idea, what you are trying to do ...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
im running script from command prompt (using python 3.6), getting message:from steem.steem import Steem
ModuleNotFoundError: No module named 'steem'
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The instructions above are for Linux.
Not sure how to run Python in Windows.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I see, i'll try installing ubuntu and give it a go again :) thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try VM Ware Workstation Player
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Installed ubuntu on vmware, was using piston with python 3, scripts did not work so left it.
Tried to install steem-python but it didn't work saying i didnt have python 3.5 or higher eventhough i had python 3.6 installed. So tried pip3 install-U steem instead of pip and Voila!!
Thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@felixxx.. I appreciate your efforts but, please don't pity my knowledge. I have a doubt.. "Auto rewards claim Bot" means it will claim the rewards of our Author and Curation rewards automatically for every hour whether we are online or not.. right..!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is this a question ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yes...Question mark button on keyboard won't work..so never mind..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This script will, when employed, claim your author and curation rewards every hour.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ok thanks..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome post bro :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit