Migrated from this repository and this repository.
- Python 3
- Additional pip libraries installed automatically by install.sh or by running:
pip3 install --user -r requirements.txt
By default, the script presents the menus of the current day at the 3 canteens located on the main campus.
You can, however, use additional arguments such as -w or -l to show menus for the whole week, or in a different location.
To setup everything, just run:
wget https://raw.githubusercontent.com/GLUA-UA/meals-ua/master/install.sh -O - | sh
Which installs the necessary dependencies and places a symlink in $HOME/.local/bin
Now you can use the script by running:
ementas
Argument | Function |
---|---|
-h, --help | Show help message |
-w | Present menus for the current week |
-t | Present the initial tutorial |
-l number | Specify canteens to present: 1 - Campus (Santiago, Crasto, Snack, and AFUAv) 2 - ESTGA 3 - University Restaurant 4 - ESAN |
- Luís Silva
- University of Aveiro's public API. More information about the specific menu API here.
GLUA welcomes pull requests from the community. This section will soon be expanded