diff --git a/README.md b/README.md index 3cc73d2..25f6d6b 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ 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 ...` - 1. `python-telegram-bot` - 2. `redis` - 3. `feedparser` - 4. `beautifulsoup4` +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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d5ba097 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +beautifulsoup4 +feedparser +python-telegram-bot +redis \ No newline at end of file