diff --git a/README.md b/README.md index dada842..7faf8a5 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ ansible-playbook tootbot.yml I am using this bot for the following accounts: -https://newsbots.eu/@itsgoingdown - https://newsbots.eu/@telesur_en https://newsbots.eu/@telesur_es diff --git a/templates/run-bot.sh b/templates/run-bot.sh index 4ec7236..3bb9cf9 100755 --- a/templates/run-bot.sh +++ b/templates/run-bot.sh @@ -17,10 +17,6 @@ cd "$PATH/telesur_es" ../source/tootbot.py teleSURtv me+telesur_es@{{ my_email_host }} {{ newsbots_password }} newsbots.eu &>> bot.log & /bin/sleep 60 -cd "$PATH/itsgoingdown" -../source/tootbot.py IGD_News me+itsgoingdown@{{ my_email_host }} {{ newsbots_password }} newsbots.eu &>> bot.log & -/bin/sleep 60 - cd "$PATH/postillon" ../source/tootbot.py Der_Postillon me+postillon@{{ my_email_host }} {{ newsbots_password }} newsbots.eu &>> bot.log & /bin/sleep 60