2023-02-13 10:04:33 +01:00
2023-02-13 10:04:33 +01:00
2023-02-05 18:03:00 +01:00
2023-02-05 18:03:00 +01:00
2023-02-07 22:07:33 +01:00
2023-02-13 10:04:33 +01:00
2023-02-05 18:03:00 +01:00
2023-02-05 18:03:00 +01:00
2023-02-07 22:07:33 +01:00
2023-02-05 21:01:56 +01:00
2023-02-05 18:03:00 +01:00

GlobalexamBot

Bot for the website Globalexam. It helps to spend more than 20 hours on it by reading sheets.

🛠️ Install Dependencies

python -m pip install -r requirements.txt

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

🧑🏻‍💻 Usage

python main.py -u <username> -p <password>

Without headless mode :

python main.py -u <username> -p <password> --noheadless

Run with docker with volume (for logs) or not :

docker build -t globalbot .
docker run --shm-size=1g -d -it globalbot -p <password> -u <username>
docker run --shm-size=1g -d -v $PWD/data:/app/data -it globalbot -p <password> -u <username>
Description
Un bot pour GlobaExam et faire 20h d'activité.
Readme 6.8 MiB
Languages
Python 96.1%
Dockerfile 3.9%