Closed Melons-le closed 3 years ago
The program runs in an infinite loop already. You just have to execute it and leave it running. To change how often the function repeats, you change the field within the time.sleep function on row 39, defaulted to 1800 seconds (30 minutes).
On Sun, Aug 22, 2021 at 6:40 PM Melons-le @.***> wrote:
Hello, I really appreciate your program and thank you for making it open source. I wanted to know by what means I could repeat the bot on loop? That is to say that it repeats the function every 30 minutes for example, without that I need to restart it
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/georgGrankvist/TelegramShiller9000/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6WPOVAVSHZURHU6E7GALTT6ER6LANCNFSM5CTDRVZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
Thank you very much, I never understood that the bot does this automatically. I thought 1800 was in milliseconds and that was only to indicate that the last index had been typed.
Ahah I've been looking for 3 days on all the forums.
Thanks a lot !
No worries! There is an updated version that handles some common errors that occur in some executions on an old hard drive of mine, I will try to get it out in the coming days! :)
On Mon, Aug 23, 2021 at 2:41 PM Melons-le @.***> wrote:
Thank you very much, I never understood that the bot does this automatically. I thought 1800 was in milliseconds and that was only to indicate that the last index had been typed.
Haha I've been looking for 3 days on all the forums.
Thanks a lot !
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/georgGrankvist/TelegramShiller9000/issues/2#issuecomment-903728779, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6WPOXHXZFOW2HYIMRRGQTT6I6YFANCNFSM5CTDRVZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
Hello, I really appreciate your program and thank you for making it open source. I wanted to know by what means I could repeat the bot on loop? That is to say that it repeats the function every 30 minutes for example, without that I need to restart it