Was vergessen ._.

This commit is contained in:
Akamaru 2017-09-21 00:17:31 +02:00
parent 5c4ba10436
commit f9b8b50314
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
RSS-Bot für Telegram
RikoBot: Ein RSS-Bot für Telegram
=====================
1. **Klonen:** `git clone https://git.centzilius.de/iCON/rssbot`
1. **Klonen:** `git clone https://gitlab.com/Akamaru/RikoBot`
2. **Python 3 installieren:** `sudo apt-get install python3 python3-pip`
3. **Module installieren:** `sudo pip3 install -r requirements.txt`
4. **Config kopieren:** `cp config.ini.example config.ini`
@ -9,4 +9,4 @@ RSS-Bot für Telegram
6. **Eigene Admin-ID in die Config eintragen**
7. `python3 bot.py`
(c) 2016-2017 Andreas Bielawski
(c) 2016-2017 Andreas Bielawski

2
bot.py
View File

@ -282,7 +282,7 @@ def check_feed(bot, key):
feed_title=feed_title,
content=content
)
text += '\n<a href="{post_link}">Auf {link_name} weiterlesen</a>\n'.format(
text += '\n<a href="{post_link}">Auf {link_name} ansehen.</a>\n'.format(
post_link=post_link,
link_name=link_name
)