Ein RSS-Bot für Telegram (Fork von Brawl345/RSSBot)
https://wiki.akamaru.de/index.php?title=RikoBot
919afe252a
- Feeds ohne Einträge können jetzt abonniert werden - Admin-IDs können jetzt in der config gesetzt werden (config.ini aktualisieren!) |
||
---|---|---|
.gitignore | ||
bot.py | ||
config.ini.example | ||
README.md | ||
requirements.txt |
RSS-Bot für Telegram
git clone https://gitlab.com/iCON/rssbot
sudo apt-get install python3 python3-pip
sudo pip3 install -r requirements.txt
cp config.ini.example config.ini
- Bot-Token in
config.ini
einfügen- Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht
bot.py
öffnen und unterdef can_use(update):
die ID zur eigenen abändernpython3 bot.py
(c) 2016 Andreas Bielawski