Document Free Mobile auth in READMEs

This commit is contained in:
√(noham)²
2026-05-26 17:18:35 +02:00
parent a1dfa082d7
commit c49254a6e4
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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