Update README.md

This commit is contained in:
Andreas Bielawski 2016-11-21 22:08:38 +00:00
parent 1b985ddb56
commit d26e308304

View File

@ -4,13 +4,13 @@ RSS-Bot für Telegram
1. `git clone https://gitlab.com/iCON/rssbot` 1. `git clone https://gitlab.com/iCON/rssbot`
2. `sudo apt-get install python3 python3-pip` 2. `sudo apt-get install python3 python3-pip`
3. `sudo pip3 install ...` 3. `sudo pip3 install ...`
3.1 `python-telegram-bot` 1. `python-telegram-bot`
3.2 `redis` 2. `redis`
3.3 `feedparser` 3. `feedparser`
3.4 `beautifulsoup4` 4. `beautifulsoup4`
4. `cp config.ini.example config.ini` 4. `cp config.ini.example config.ini`
5. Bot-Token in `config.ini` einfügen 5. Bot-Token in `config.ini` einfügen
5.1 Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht 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 6. `bot.py` öffnen und unter `def can_use(update):` die ID zur eigenen abändern
7. `python3 bot.py` 7. `python3 bot.py`