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

https://github.com/hbmartin/podcast-chapter-tools

Extract and transform podcast chapter information between PodCastIndex chapters, Podlove simple chapters, and description embeds.
https://github.com/hbmartin/podcast-chapter-tools

chapters podcast podcast-chapters podcastindex podlove

Last synced: about 1 month ago
JSON representation

Extract and transform podcast chapter information between PodCastIndex chapters, Podlove simple chapters, and description embeds.

Awesome Lists containing this project

README

        

# podcast-chapter-tools

[![Lint and Test](https://github.com/hbmartin/podcast-transcript-tools/actions/workflows/lint.yml/badge.svg)](https://github.com/hbmartin/podcast-transcript-tools/actions/workflows/lint.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Code style: black](https://img.shields.io/badge/🐧️-black-000000.svg)](https://github.com/psf/black)
[![Checked with pytype](https://img.shields.io/badge/🦆-pytype-437f30.svg)](https://google.github.io/pytype/)
[![twitter](https://img.shields.io/badge/@hmartin-00aced.svg?logo=twitter&logoColor=black)](https://twitter.com/hmartin)

Implementing indexing and conversion of podcast chapters.

- https://github.com/hbmartin/podcast-transcript-convert
- https://github.com/Podcastindex-org/podcast-namespace/blob/main/transcripts/transcripts.md
- https://github.com/hbmartin/overcast-to-sqlite
- https://support.spotify.com/us/podcasters/article/enabling-podcast-chapters/

## Installation

```bash
pip install podcast-chapter-tools
```

## Development

```bash
git clone [email protected]:hbmartin/podcast-chapter-tools.git
cd podcast-chapter-tools
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Authors
- [Harold Martin](https://www.linkedin.com/in/harold-martin-98526971/) - harold.martin at gmail
- Icon courtesy of [Vecteezy.com](https://www.vecteezy.com)