https://github.com/agateau/lrdp
podcast generator
https://github.com/agateau/lrdp
Last synced: 2 months ago
JSON representation
podcast generator
- Host: GitHub
- URL: https://github.com/agateau/lrdp
- Owner: agateau
- License: gpl-3.0
- Created: 2021-12-30T21:46:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T19:21:36.000Z (about 4 years ago)
- Last Synced: 2025-02-13T19:49:52.574Z (11 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
```
poetry shell
poetry install
```
## Config file
```
db_path: "lrdp.db"
rss_path: "lrdp.rss"
start_date: "2021-12-25"
block_itunes: false (optional)
episodes_dir: "."
episodes_base_url: "https://example.com/episodes/"
episode_count: 20 (optional)
info:
name: "Wonderful"
description: "This is my wonderful podcast"
website: "https://example.com"
```