This project is a Telegram bot for viewing EGE (Unified State Exam) results from the gia.edunord.ru website.
-
Install the necessary dependencies by running the following command:
pip install aiogram selenium bs4 lxml
-
Download the Chrome WebDriver and place the executable file in the driver's path. Make sure you have Google Chrome installed.
-
Run the
main.py
file to start the bot:python main.py
-
Add your Telegram bot token to the
token
variable in themain.py
file. -
When the bot is launched, it will respond to the
/start
command. -
The bot will prompt the user for EGE result access credentials, such as last name, first name, patronymic, passport series, and number.
-
After entering the data, the bot will make a request to the official EGE website and display the exam results.
-
The user can change the data by sending the
/change
command.
You can contact the project developer using the following contacts:
- Telegram: [@memr404]
- Email: [[email protected]]
Этот проект представляет собой телеграм-бот для просмотра результатов ЕГЭ c сайта gia.edunord.ru
-
Установите необходимые зависимости, запустив команду:
pip install aiogram selenium bs4 lxml
-
Скачайте Chrome WebDriver и поместите исполняемый файл в путь к драйверу. Убедитесь, что у вас установлен Google Chrome.
-
Запустите файл
main.py
, чтобы запустить бота:python main.py
-
Добавьте токен вашего телеграм-бота в переменную
token
в файлеmain.py
. -
При запуске бота, он будет отвечать на команду
/start
. -
Бот будет запрашивать у пользователя данные для доступа к результатам ЕГЭ, такие как фамилия, имя, отчество, серия и номер паспорта.
-
После ввода данных, бот выполнит запрос на официальном сайте ЕГЭ и выведет результаты экзаменов.
-
Пользователь может изменить данные, отправив команду
/change
.
Вы можете связаться с разработчиком проекта, используя следующие контакты:
- Телеграм: [@memr404]
- Email: [[email protected]]