Was vergessen ._.
This commit is contained in:
parent
5c4ba10436
commit
f9b8b50314
@ -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`
|
2. **Python 3 installieren:** `sudo apt-get install python3 python3-pip`
|
||||||
3. **Module installieren:** `sudo pip3 install -r requirements.txt`
|
3. **Module installieren:** `sudo pip3 install -r requirements.txt`
|
||||||
4. **Config kopieren:** `cp config.ini.example config.ini`
|
4. **Config kopieren:** `cp config.ini.example config.ini`
|
||||||
|
2
bot.py
2
bot.py
@ -282,7 +282,7 @@ def check_feed(bot, key):
|
|||||||
feed_title=feed_title,
|
feed_title=feed_title,
|
||||||
content=content
|
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,
|
post_link=post_link,
|
||||||
link_name=link_name
|
link_name=link_name
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user