RiiConnect24 / File-Maker

Generate data files for Wii Channels that have the latest news, forecast data, etc.
GNU Affero General Public License v3.0
68 stars 25 forks source link
channels forecast hacktoberfest news python python3 riiconnect24 votes weather wii wii-channels wiiconnect24

File-Maker

License Discord

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.

Services and Modules

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.

Installing Requirements

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.