From c49254a6e4c5c85884a733296ab561543cc7ccff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Tue, 26 May 2026 17:18:35 +0200 Subject: [PATCH] Document Free Mobile auth in READMEs --- README.fr.md | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.fr.md b/README.fr.md index f1e2f24..898f5da 100644 --- a/README.fr.md +++ b/README.fr.md @@ -41,10 +41,11 @@ uv sync ``` ### Configuration -Le script supporte trois méthodes d'authentification, toutes détectées automatiquement : +Le script supporte quatre méthodes d'authentification, toutes détectées automatiquement : 1. Connexion par IP : Si vous êtes sur un réseau Free, l'authentification se fait automatiquement via votre adresse IP (aucun identifiant requis) 2. Compte Freebox : Utilisez vos identifiants de compte Free (nom d'utilisateur contenant "fbx") -3. Compte OQEE : Utilisez vos identifiants de compte OQEE standard +3. Compte Free Mobile : Utilisez vos identifiants Free Mobile (nom d'utilisateur à 8 chiffres) +4. Compte OQEE : Utilisez vos identifiants de compte OQEE standard Créez un fichier `.env` dans le répertoire racine et ajoutez vos identifiants Oqee (la connexion par IP est utilisée en dernier recours si les identifiants échouent) : ```bash diff --git a/README.md b/README.md index c9f7767..c6bc7bb 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,11 @@ uv sync ``` ### Configuration -The script supports three authentication methods, all automatically detected: +The script supports four authentication methods, all automatically detected: 1. IP Login: If you're on a Free network, authentication happens automatically via your IP address (no credentials required) 2. Freebox Account: Use your Free account credentials (username containing "fbx") -3. OQEE Account: Use your standard OQEE account credentials +3. Free Mobile Account: Use your Free Mobile credentials (8-digit username) +4. OQEE Account: Use your standard OQEE account credentials Create a `.env` file in the root directory and add your Oqee credentials (IP login is used as fallback if credentials fail): ```bash