MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
295 stars 119 forks source link

better SLEEP SCHEDULE #79

Closed sesseor closed 3 years ago

sesseor commented 4 years ago

USE_SLEEP_SCHEDULE = False BOT_SCHEDULES = [ {"days": 0, "schedule": [((4,00),(5,00)), ((17,30),(19,30))]}, {"days": 4, "schedule": [((8,00),(10,00)), ((20,30),(23,20))]},

so the schedule will use a timer like this n = (chosen number + random number [1-3]) x = 24-n SCHEDULES = x+n then repeat

synaptium commented 2 years ago

Anyone understand how we should use this in the bot schedule setting of config.py

USE_SLEEP_SCHEDULE = False BOT_SCHEDULES = [ {"days": 0, "schedule": [((4,00),(5,00)), ((17,30),(19,30))]}, {"days": 4, "schedule": [((8,00),(10,00)), ((20,30),(23,20))]},