AlexSterk / TwitchDropGrabber

Node.JS Project that watches Twitch streams with Puppeteer and claims rewards. If the channel goes offline, it finds new channels to watch.
MIT License
130 stars 14 forks source link

about add new feature #12

Closed MurasameCyan closed 3 years ago

MurasameCyan commented 3 years ago

enable channel loop check <-l time><-loop time> set a time to check whether the channel online, if online end loop and start watch

AlexSterk commented 3 years ago

Just use the list (-l) and timeout (-t) together

MurasameCyan commented 3 years ago

Just use the list (-l) and timeout (-t) together

check every 15 minutes '-f file -t 900000'
like this?

AlexSterk commented 3 years ago

Yeah that should work. If it doesn’t it might be a bug

MurasameCyan commented 3 years ago

Yeah that should work. If it doesn’t it might be a bug

ok i'll try thank you