These scripts will create static data files for these Wii Channels:
These files are downloaded on the Wii, and contain news, weather info, etc that the Channel(s) display, as well as influencing some games' environments.
We use the following services for this project:
Some notable Python modules used in the project are:
AccuWeather is used as the weather source for the Forecast Channel. For a list of news sources we use for the News Channel, refer to this webpage.
All files are LZ10 compressed.
If you want to know the format of the files used by the Channels, you can look at our Kaitais, check the wiki, or look at the code.
These scripts run on Python 3.
Just run pip install -r requirements.txt
in the root folder and it'll install. You might have to run as sudo
due to permissions.
It's required to have a config.json
for each Channel in the Channels
folder. Fill out config.json.template
for the Channels you want to run this script for, and rename it to config.json
.
Run the scripts as modules, e.g. python -m Channels.Forecast_Channel.forecast
.