23 lines
335 B
Markdown
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
|