Files
einsaetze-rss-feed/README.md
Christian Jeworrek 857b3ecd76 +README.md
2025-02-26 19:38:18 +01:00

23 lines
335 B
Markdown

### 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