A fork of the NewsChannel file generator for the Wii News Channel.
This fork's code is streamlined to fetch news exclusively from El Nuevo Día RSS feeds. It generate news files for the Wii News Channel in USA/English format (because that is what my Wii is configured as), with all articles hardcoded to a San Juan, Puerto Rico geolocation.
# Build the binary executable
go build .
# Generate news file for the current hour
./WiiNewsPROutput files are saved to ./v2/1/049/news.bin.{hour} where 1 is the code for "english" and 049 is the country code for USA.
Uncomment n.debugSaveArticles() in sources.go to save a JSON representations of parsed articles in the ./debug folder.