AutoVoter Idea to not waste API resources

in #autovoter4 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