Ein RSS-Bot für Telegram (Fork von Brawl345/RSSBot) https://wiki.akamaru.de/index.php?title=RikoBot
This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Andreas Bielawski 39b9b6a23f Code-Refactor
2016-12-13 21:20:02 +01:00
.gitignore Initialer Release 2016-11-21 23:04:28 +01:00
bot.py Code-Refactor 2016-12-13 21:20:02 +01:00
config.ini.example - Feeds ohne GUID können jetzt abonniert werden 2016-12-13 02:15:52 +01:00
README.md Nutze requirements.txt für Abhängigkeiten 2016-11-29 17:30:55 +01:00
requirements.txt Nutze requirements.txt für Abhängigkeiten 2016-11-29 17:30:55 +01:00

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 -r requirements.txt
  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