/AutoInfEgeSolver

Bot for solving computer science problems on the website https://inf-ege.sdamgia.ru/

Primary LanguagePython

AutoInfEgeSolver

Bot for solving problems on the website https://inf-ege.sdamgia.ru/

How to setup

Download project with git

git clone https://github.com/BonePolk/AutoInfEgeSolver.git
cd AutoInfEgeSolver

Install dependencies

run in root directory of project

pip install -r requirements.txt

How to get cookie

Go to https://inf-ege.sdamgia.ru/

1.press f12 to open dev tools in your browser

2.open tab network

3.press check box to enable cache

image

2.Register or sign in on website

image

3.next use in dev tools

image

4.open get message request and scroll down. You will such as

image

5.press right click on cookie and press "copy value"

image

6.and paste into api_ege/init.py

image

How to run

Simply run in root directory of project

python3 main.py

or

python main.py