remplir et valider formulaire en python
Bonjour,
je cherche à remplir ce site web:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| <body">
<tr>
<td width="30%" align="right">Identifiant</td>
<td width="50%" align="left"><INPUT type="text" maxLength="32" name="UserName"></td>
</tr>
<tr>
<td align="right">Mot de passe</td>
<td align="left"><INPUT maxLength="32" type="password" name="Password"></td>
</tr>
<tr>
<td> </td>
<td align="left"><INPUT value="Authentification" type="submit" name="button"></td>
</center>
</body> |
Qui envoie une requête des requêtes "get", j'ai deja essayer avec urllib et mechanize mais ce fut des échecs...
Si vous avez des suggestions...
merci