# if max coins per day has reached, sleep until midnight
ifcoins_offered_today>=MAX_COINS_PER_DAY
sleep(get_seconds_to_midnight(Time.now))
sleep(get_random_hours(0,11))
sleep(get_random_hours(5,11))
coins_offered_today=0
end
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.