A few weeks ago i have been unemployed and i have looked for different ways to earn money because i'm not accepted in any company, i discovered Steemit and i thought very good, this would be like a fundraiser without you giving money, i only pay your Upvost Please help me is for a good cause, besides i have children, thank you.
Join this group for more follower thanks
https://chat.whatsapp.com/3TC1VjVzgn35BNgzpdLKtu
from piston.steem import Steem
import os
import json
steem = Steem(wif="WIF")
for c in steem.stream_comments():
try:
if c.is_main_post():
vote = c.upvote(weight = 0.03, voter = "blueorgy")
print("UpVoted post by @"+vote["operations"][0][1]["author"])
reply = c.reply("UpVote Experiment Comment", title='', author='blueorgy')
print("Replied via "+reply["operations"][0][1]["permlink"])
except:
print("...")
Good!
Congratulations @petadams70! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!