An open API service indexing awesome lists of open source software.

https://github.com/agateau/lrdp

podcast generator
https://github.com/agateau/lrdp

Last synced: 2 months ago
JSON representation

podcast generator

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"
```