You are viewing a single comment's thread from:

RE: Follower Rewards

in #payouts7 years ago

Thanks @money-dreamer - you're like Steemit's Fairy Godmother or something! I prefer rewards based on input and activity rather than based on a meme or something so that we steer away from a casino-economy and reward real involvement and effort.

Sort:  

Agreed. I'm working on updating so it only makes payments to users that were active in the past 7 days.

Here's one way to go about it using lastvote time with Steem Python. You could probably go deeper by checking last comment as well but think lastvote is a good determinant of an active user.

import sys
import time
import datetime
from steem import Steem
from steem.account import Account
now=datetime.datetime.utcnow() 
my_nodes = ['https://rpc.buildteam.io','https://rpc.steemliberator.com','https://steemd.minnowsupportproject.org']
steem = Steem(my_nodes)
account = Account('money-dreamer',steem)
lastvote = account['last_vote_time']
dt=datetime.datetime.strptime(lastvote, "%Y-%m-%dT%H:%M:%S")
dif=now-dt
if dif.days < 3:
    <execute script block>

Please, excuse the lack of comments but am glad to answer any questions.

That will be nice

It will be double nice?

That will be nice

Thank you for the $0.01 SBD @moneydreamer . Much appreciated. Every little helps. ☺👍

Piccata? Titicaca! I am Cornholio! I need piccata for my bunghole!

I agree with you @egodust. I also like what @money-dreamer is doing.

who pays for memes? Genuinely curious

I see people getting huge rewards for very little effort was what I thought when I saw a meme upload challenge - small input and huge payments - So I'm suggesting that there is some sort of scale for quality content and echo chamber stuff.