Bot for solving problems on the website https://inf-ege.sdamgia.ru/
git clone https://github.com/BonePolk/AutoInfEgeSolver.git
cd AutoInfEgeSolver
run in root directory of project
pip install -r requirements.txt
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
2.Register or sign in on website
3.next use in dev tools
4.open get message request and scroll down. You will such as
5.press right click on cookie and press "copy value"
6.and paste into api_ege/init.py
Simply run in root directory of project
python3 main.py
or
python main.py