First of all you can specify in the readme that ais possible create a config.ini file in the script folder:
[DEFAULT]
cookie = yourcookievalue
log_info = no
The next step is to run the bot without asking everytime what to do, after all there is a config file and it will be possible to put always running.
It can be useful also to run just once and avoid the sleep, in this way I can setup that to run every 12 hours as example.
First of all you can specify in the readme that ais possible create a
config.inifile in the script folder:The next step is to run the bot without asking everytime what to do, after all there is a config file and it will be possible to put always running.
It can be useful also to run just once and avoid the sleep, in this way I can setup that to run every 12 hours as example.