Update README.md

This commit is contained in:
Jarjar 2023-02-05 18:10:49 +01:00 committed by GitHub
parent 7dfed35b3e
commit 8df64e52e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,15 @@ Bot for the website Globalexam. It helps to spend more than 20 hours on it by re
```bash ```bash
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
``` ```
You also need to install google chrome v104.x You also need to install google chrome v104.x, if you want to use the provided chromedriver.
The provided chromedriver works only on a Linux system.
You can replace it by another one by downloading it here : [https://chromedriver.chromium.org/downloads](https://chromedriver.chromium.org/downloads)
## 🧑🏻‍💻 Usage ## 🧑🏻‍💻 Usage
```bash ```bash
python main.py -u <username> <password> python main.py -u <username> <password>
``` ```
Without headless mode :
```bash
python main.py -u <username> <password> --noheadless
```