Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acj/go-guardian-pics
Go fetcher and parser for the 24 Hours in Pictures feed from the Guardian (#golang)
https://github.com/acj/go-guardian-pics
Last synced: 11 days ago
JSON representation
Go fetcher and parser for the 24 Hours in Pictures feed from the Guardian (#golang)
- Host: GitHub
- URL: https://github.com/acj/go-guardian-pics
- Owner: acj
- Created: 2012-01-02T03:13:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-02T03:22:28.000Z (almost 13 years ago)
- Last Synced: 2024-04-16T11:45:38.297Z (7 months ago)
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Summary
=======
A parser, written in the Go language, for the 24 Hours in Pictures RSS feed published by the Guardian. It also serves as a basic example for how to use Go's `xml` and `http` packages.Usage
=====
To use the default feed URL embedded in the code:
./fetch_galleryTo parse a feed on disk:
./fetch_gallery file.xml