diff --git a/README.md b/README.md index a9587da..489cf22 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/bot.py b/bot.py index 427c00a..b6a6b15 100644 --- a/bot.py +++ b/bot.py @@ -282,7 +282,7 @@ def check_feed(bot, key): feed_title=feed_title, content=content ) - text += '\nAuf {link_name} weiterlesen\n'.format( + text += '\nAuf {link_name} ansehen.\n'.format( post_link=post_link, link_name=link_name )