Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/csv-to-podcast-feed
https://github.com/nypublicradio/csv-to-podcast-feed
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nypublicradio/csv-to-podcast-feed
- Owner: nypublicradio
- Created: 2023-10-26T15:55:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T16:01:48.000Z (about 1 year ago)
- Last Synced: 2024-04-10T20:53:18.251Z (9 months ago)
- Language: Python
- Size: 98.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```