Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hardillb/gopherpodcast
- Owner: hardillb
- License: apache-2.0
- Created: 2020-07-21T22:04:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T07:38:33.000Z (about 4 years ago)
- Last Synced: 2024-10-13T16:11:36.892Z (3 months ago)
- Topics: gopher, podcast, rss
- Language: Go
- Homepage: https://www.hardill.me.uk/wordpress/2020/07/21/gophering-around/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```