From 7f2b54e94882ad4443d7b354faf9d933e14637fc Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 19 Aug 2020 14:33:37 +0200 Subject: [PATCH] Remove itsgoingdown --- README.md | 2 -- templates/run-bot.sh | 4 ---- 2 files changed, 6 deletions(-) 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