Skip to content

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

Notifications You must be signed in to change notification settings

j4rj4r/GlobalExamBot

Repository files navigation

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>
or
docker run --shm-size=1g -d -v $PWD/data:/app/data -it globalbot -p <password> -u <username>
docker pull j4rj4r/globalexambot:latest

docker run --shm-size=1g -d -it j4rj4r/globalexambot:latest -p <password> -u <username>
or
docker run --shm-size=1g -d -v $PWD/data:/app/data -it j4rj4r/globalexambot:latest -p <password> -u <username>

About

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

Topics

Resources

Stars

Watchers

Forks