Skip to content

BonePolk/AutoInfEgeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages