12 lines
539 B
Markdown
12 lines
539 B
Markdown
RikoBot: Ein RSS-Bot für Telegram
|
|
=====================
|
|
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`
|
|
5. **Bot-Token** in `config.ini` einfügen
|
|
1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht
|
|
6. **Eigene Admin-ID in die Config eintragen**
|
|
7. `python3 bot.py`
|
|
|
|
(c) 2016-2017 Andreas Bielawski |