Récupère les notes depuis le site de Paris 8
This repository has been archived on 2023-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-01-13 17:39:00 +01:00
src add cli interface 2023-01-13 17:38:12 +01:00
.gitignore cargo init 2023-01-13 01:03:52 +01:00
Cargo.lock add cli interface 2023-01-13 17:38:12 +01:00
Cargo.toml add cli interface 2023-01-13 17:38:12 +01:00
README.md yeah windows is different :)) 2023-01-13 17:39:00 +01:00

UWM

Récupère les notes depuis le site de Paris 8

dependency status

Usage

En ligne de commande

$ uwm prenom.nom

Avec un fichier de configuration config.toml

username = "prenom.nom"
password = "password" # Facultatif

Attention : le mot de passe est stocké en clair

  • Linux : ~/.config/uwm/config.toml
  • Windows : %APPDATA%\anri\uwm\config.toml
  • MacOS : ~/Library/Application Support/com.anri.uwm/config.toml

Anciennement uPortalWrapperMarks.