README (1005B)
1 feedgenerator 2 ============= 3 4 A simple tool to create various feeds. 5 6 7 Feeds feedgenerator can create 8 ------------------------------ 9 - Antenne Münster: Create a feed from the news website of a local radio station 10 - Deutschlandfunk: Create a feed from the news website of the German nationwide 11 public broadcasting service 12 - Heise: Create a feed from the German it news website Heise Online 13 14 15 Requirements 16 ------------ 17 All you need is a recent version of Python 3. See requirements.txt for further 18 required libraries. If you are using Python 3.9 or newer, you do not need 19 backports.zoneinfo. 20 21 22 Building & Distribution 23 ----------------------- 24 I use zipapp to run feedgenerator on my server. Building the app is easy: 25 26 pip3 install --upgrade -r requirements.txt --target feedgenerator/ 27 python3 -m zipapp feedgenerator/ 28 29 Executing feedgenerator after building: 30 31 python3 feedgenerator.pyz 32 33 If you want to use a custom configuration, place the feedgenerator.ini in the 34 same directory as the feedgenerator.pyz.