{"id":19035217,"url":"https://github.com/zas-post/chatgptclient","last_synced_at":"2026-01-28T01:31:32.942Z","repository":{"id":260828305,"uuid":"882455248","full_name":"zas-post/ChatGPTClient","owner":"zas-post","description":"ChatGPT Client","archived":false,"fork":false,"pushed_at":"2024-11-03T13:25:28.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T14:48:58.593Z","etag":null,"topics":["openrouter","python3","qt5","requests"],"latest_commit_sha":null,"homepage":"https://github.com/zas-post/ChatGPTClient","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/zas-post.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}},"created_at":"2024-11-02T20:22:48.000Z","updated_at":"2024-11-03T18:14:14.000Z","dependencies_parsed_at":"2024-11-02T21:26:39.413Z","dependency_job_id":"672f2756-1895-47e3-8847-a5d55f4cbb8b","html_url":"https://github.com/zas-post/ChatGPTClient","commit_stats":null,"previous_names":["zas-post/chatgptclient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zas-post/ChatGPTClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zas-post%2FChatGPTClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zas-post%2FChatGPTClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zas-post%2FChatGPTClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zas-post%2FChatGPTClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zas-post","download_url":"https://codeload.github.com/zas-post/ChatGPTClient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zas-post%2FChatGPTClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["openrouter","python3","qt5","requests"],"created_at":"2024-11-08T21:49:40.997Z","updated_at":"2026-01-28T01:31:32.929Z","avatar_url":"https://github.com/zas-post.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\n\u003ch1 align=\"center\"\u003eChatGPT Client! 🤖💬\u003c/h1\u003e\n\n\u003cp\u003e\u0026emsp;\u003cb\u003eChatGPT Client\u003c/b\u003e - это простое настольное приложение, разработанное с использованием PyQt5, предназначенное для взаимодействия с API различных моделей нейросетей. Приложение позволяет пользователям отправлять текстовые запросы к моделям и получать сгенерированные ответы.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/gui_chatgpt.png\" alt=\"gui_chatgpt.png\"/\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eУстановка и настройка\u003c/h2\u003e\n\u003col\u003e\n    \u003cli\u003eКлонируйте репозиторий:\n        \u003cpre\u003e\u003ccode\u003egit clone https://github.com/zas-post/ChatGPTClient\u003c/code\u003e\u003c/pre\u003e\n    \u003c/li\u003e\n    \u003cli\u003eУстановите зависимости:\n        \u003cpre\u003e\u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\u003c/pre\u003e\n    \u003c/li\u003e\n    \u003cli\u003eНастройте переменные окружения:\n        \u003cp\u003eЗарегистрируйтесь на сайте \u003ccode\u003ehttps://openrouter.ai/\u003c/code\u003e и получите token. Данный token вы можете использовать в интерфейсе программы\u003c/p\u003e\n    \u003c/li\u003e\n    \u003cli\u003eЗапустите программу:\n        \u003cpre\u003e\u003ccode\u003epython main.py\u003c/code\u003e\u003c/pre\u003e\n    \u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003eСтек технологий 🛠\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eЯзык\u003c/strong\u003e: Python\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eФреймворк\u003c/strong\u003e: \u003ca href=\"\"\u003ePyQt5\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eБиблиотека\u003c/strong\u003e: \u003ca href=\"\"\u003eRequests\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eСреда\u003c/strong\u003e: \u003ca href=\"https://openrouter.ai/\"\u003eOpenAI API\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eКонтакты разработчика 👨‍💻\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eTelegram: \u003ca href=\"https://t.me/yourusername\"\u003e@yourusername\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003eEmail: \u003ca href=\"mailto:youremail@example.com\"\u003eyouremail@example.com\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eЛицензия 📄\u003c/h2\u003e\n\u003cp\u003e\n    Этот проект лицензирован по лицензии MIT — ознакомьтесь с \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e для подробностей.\n\u003c/p\u003e\n\n\u003chr\u003e\n\u003cp\u003e\n    Если вам понравилась программа, не забудьте поставить ⭐ этому репозиторию!\n\u003c/p\u003e\n\n\u003chr\u003e\n\n\u003cdiv\u003e\n    \u003ca href=\"https://github.com/zas-post/ChatGPTClient\"\u003e\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Fira+Code\u0026size=15\u0026pause=1000\u0026color=000000\u0026vCenter=true\u0026width=435\u0026lines=Code+status%3A\" alt=\"Typing SVG\" /\u003e\n\u003c/div\u003e\n\n\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzas-post%2Fchatgptclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzas-post%2Fchatgptclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzas-post%2Fchatgptclient/lists"}