pip3 install -r requirements.txt
open script in editor there multiples variables in the top of the script.
ARGS
, determine if the script launch by input parameters or with the assign one in the script.ACCOUNT_USERNAME
, "login" make sure to put the login between double quotes.ACCOUNT_PASSWORD
, "password" make sure to put the login between double quotes.BOT_SLEEP
, sleep time of success and bot's pause before restarting operation.
python3 stories_watcher.py <"login"> <"password"> <bot_sleep>
to stop program : ctrl + x