Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nypublicradio/csv-to-podcast-feed


https://github.com/nypublicradio/csv-to-podcast-feed

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# CSV to Podcast Feed (.xml) Converter

## Installation

Be sure to install pandas:

```
python3 -m pip install pandas
```

## Running

```
python3 csv_to_podcast_feed.py
usage: csv_to_podcast_feed.py [-h] -i INPUT [-o OUTPUT]
csv_to_podcast_feed.py: error: the following arguments are required: -i/--INPUT
```