{"id":26152090,"url":"https://github.com/renegatemaster/homework_bot","last_synced_at":"2026-06-08T07:02:15.411Z","repository":{"id":188674900,"uuid":"602481947","full_name":"renegatemaster/homework_bot","owner":"renegatemaster","description":"Telegram bot for checking homework status","archived":false,"fork":false,"pushed_at":"2023-08-21T06:39:17.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T19:08:19.491Z","etag":null,"topics":["python","python-telegram-bot","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renegatemaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-16T09:57:43.000Z","updated_at":"2023-08-21T06:36:03.000Z","dependencies_parsed_at":"2023-08-16T12:23:41.090Z","dependency_job_id":null,"html_url":"https://github.com/renegatemaster/homework_bot","commit_stats":null,"previous_names":["renegatemaster/homework_bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renegatemaster/homework_bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renegatemaster%2Fhomework_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renegatemaster%2Fhomework_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renegatemaster%2Fhomework_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renegatemaster%2Fhomework_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renegatemaster","download_url":"https://codeload.github.com/renegatemaster/homework_bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renegatemaster%2Fhomework_bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34051772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python-telegram-bot","telegram-bot"],"created_at":"2025-03-11T06:56:15.272Z","updated_at":"2026-06-08T07:02:15.381Z","avatar_url":"https://github.com/renegatemaster.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homework bot\n_Телеграм-бот для проверки статуса домашней работы_  \n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\u0026logo=telegram\u0026logoColor=white) \u003cbr\u003e\n\nЭто учебный проект, написанный в процессе обучения в \"Яндекс Практикум\".  \nБот проверяет статус сданного на проверку проекта и отправляет сообщения в Телеграм при изменении статуса.\nВ этом проекте я оттачивал знание языка Python, его встроенных и сторонних библиотек.\n\n### Как использовать?\n\nКлонируйте репозиторий на свой компьютер:\n```bash\ngit clone git@github.com:renegatemaster/homework_bot.git\n```\n\nСоздайте виртуальное окружение, активируйте его и установите зависимости:\n```bash\npython3.9 -m venv venv\nsource venv/bin/activate  # Для Linux и MacOS\nsource venv/scripts/activate  # Для Windows\npip install -r requirements.txt\n```\n\nСоздайте файл .env\n```bash\ntouch .env\n```\nИ сохраните в него ваши данные:\n```.env\nPRACTICUM_TOKEN=XXXXXXXXX  # Токен от Яндекс Практикум\nTELEGRAM_TOKEN=XXXXXXXXXX  # Токен вашего бота в Телеграм\nTELEGRAM_CHAT_ID=XXXXXXXXX  # ID вашего аккаунта в Телеграм\n```\n\nЕсли у вас ещё нет аккаунта в телеграм и своего бота:\n - [Скачайте](https://desktop.telegram.org/) Telegram и зарегистрируйтесь\n - Узнайте ID вашего аккаунта с помощью [специального бота](https://t.me/userinfobot)\n - В поиске чатов найдите [BotFather](https://t.me/BotFather) и создайте свего бота командой `/newbot`\n - Получите токен бота от BotFather командой `/token`\n\nЗапустите программу:\n```bash\npython3 homework.py\n```\n\nБот будет работать, пока работает устройство, на котором запущена программа.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenegatemaster%2Fhomework_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenegatemaster%2Fhomework_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenegatemaster%2Fhomework_bot/lists"}