Nutze requirements.txt für Abhängigkeiten
This commit is contained in:
parent
1a993d91ee
commit
e84750f9c9
@ -3,11 +3,7 @@ RSS-Bot für Telegram
|
|||||||
|
|
||||||
1. `git clone https://gitlab.com/iCON/rssbot`
|
1. `git clone https://gitlab.com/iCON/rssbot`
|
||||||
2. `sudo apt-get install python3 python3-pip`
|
2. `sudo apt-get install python3 python3-pip`
|
||||||
3. `sudo pip3 install ...`
|
3. `sudo pip3 install -r requirements.txt`
|
||||||
1. `python-telegram-bot`
|
|
||||||
2. `redis`
|
|
||||||
3. `feedparser`
|
|
||||||
4. `beautifulsoup4`
|
|
||||||
4. `cp config.ini.example config.ini`
|
4. `cp config.ini.example config.ini`
|
||||||
5. Bot-Token in `config.ini` einfügen
|
5. Bot-Token in `config.ini` einfügen
|
||||||
1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht
|
1. Weitere Einstellungen für Redis vornehmen, falls vom Standard abweicht
|
||||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
beautifulsoup4
|
||||||
|
feedparser
|
||||||
|
python-telegram-bot
|
||||||
|
redis
|
Reference in New Issue
Block a user