Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hardillb/gopherpodcast

A little tool to download podcast episodes from a RSS feed and generate gophermap file
https://github.com/hardillb/gopherpodcast

gopher podcast rss

Last synced: about 1 month ago
JSON representation

A little tool to download podcast episodes from a RSS feed and generate gophermap file

Awesome Lists containing this project

README

        

# gopherPodcast

A quick tool to download all the episodes of a Podcast and generate a `gophermap` file to server them
up via gopher

## Build

```
go build gopherPodcast.go
```

## Running

```
./gopherPodcast http://some.podcast.com/rss > gophermap
```