From d26e3083049454c43b8b6175d7094c8fa219af89 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 21 Nov 2016 22:08:38 +0000 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index db34dc0..3cc73d2 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -RSS-Bot für Telegram -===================== - -1. `git clone https://gitlab.com/iCON/rssbot` -2. `sudo apt-get install python3 python3-pip` -3. `sudo pip3 install ...` -3.1 `python-telegram-bot` -3.2 `redis` -3.3 `feedparser` -3.4 `beautifulsoup4` -4. `cp config.ini.example config.ini` -5. Bot-Token in `config.ini` einfügen -5.1 Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht -6. `bot.py` öffnen und unter `def can_use(update):` die ID zur eigenen abändern -7. `python3 bot.py` - +RSS-Bot für Telegram +===================== + +1. `git clone https://gitlab.com/iCON/rssbot` +2. `sudo apt-get install python3 python3-pip` +3. `sudo pip3 install ...` + 1. `python-telegram-bot` + 2. `redis` + 3. `feedparser` + 4. `beautifulsoup4` +4. `cp config.ini.example config.ini` +5. Bot-Token in `config.ini` einfügen + 1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht +6. `bot.py` öffnen und unter `def can_use(update):` die ID zur eigenen abändern +7. `python3 bot.py` + (c) 2016 Andreas Bielawski \ No newline at end of file