AutoVoter Idea to not waste API resources

in autovoter •  4 years ago 

setup

LIst_to_Watch = [['faireye', 50, 4],['name', weight, time]]

queup_list_user = []
stream block
if block == "user X"
--------catch user, link and time_post to queup_list_user
end

while queup_list_user
time-diff = Time.now - time_post

if time-diff => pre-defined-time
--------cast vote
--------remove user from queup_list_user
end
end

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!