+README.md

This commit is contained in:
Christian Jeworrek
2025-02-26 19:38:18 +01:00
parent 6e317c32dc
commit 857b3ecd76
2 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
### about
python script to create a rss feed from html hosted by LFV Website Kit 2.0
### configuration
* BASEURL: Homepage root
* FWNAME: Display name
### usage:
```
/usr/bin/python einsaetze_rss_feed.py
```
### output:
RSS on stdout
### requirements:
* python-beautifulsoup
* python-pytz
* python-requests
* locales de_DE.UTF-8