Add example
This commit is contained in:
parent
da93eead19
commit
69d7a7d2ad
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@
|
||||||
```
|
```
|
||||||
bs4==4.10.0
|
bs4==4.10.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Utilisation
|
## Utilisation
|
||||||
```
|
```
|
||||||
python3 main.py <link to the uPortal instance> <username> <password>
|
python3 main.py "<lien-vers-l'instance-CAS-pour-la-connexion-à-uPortal>" "<pseudo>" "<mot-de-passe>"
|
||||||
|
|
||||||
|
# Exemple URL : https://cas.XXX.xxx/cas/login?service=https://e-p8.XXX.xxx/uPortal/Login
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue