{"id":18146469,"url":"https://github.com/vladislavyar/parsing_2gis","last_synced_at":"2025-04-06T20:45:54.063Z","repository":{"id":258446544,"uuid":"863470030","full_name":"VladislavYar/parsing_2gis","owner":"VladislavYar","description":"Парсер 2GIS с графическим интерфейсом и функционалом отправки данных на сервер.","archived":false,"fork":false,"pushed_at":"2025-02-06T19:58:21.000Z","size":178,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T20:34:28.200Z","etag":null,"topics":["aiohttp","pyinstaller","pyqt6","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VladislavYar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-09-26T10:55:19.000Z","updated_at":"2025-02-06T19:58:25.000Z","dependencies_parsed_at":"2024-12-20T08:28:16.284Z","dependency_job_id":"b72966e1-7781-43db-a7ff-ef3f08406f12","html_url":"https://github.com/VladislavYar/parsing_2gis","commit_stats":null,"previous_names":["vladislavyar/parsing_2gis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavYar%2Fparsing_2gis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavYar%2Fparsing_2gis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavYar%2Fparsing_2gis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavYar%2Fparsing_2gis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VladislavYar","download_url":"https://codeload.github.com/VladislavYar/parsing_2gis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247550642,"owners_count":20956984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aiohttp","pyinstaller","pyqt6","python","selenium"],"created_at":"2024-11-01T21:07:50.550Z","updated_at":"2025-04-06T20:45:54.034Z","avatar_url":"https://github.com/VladislavYar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eПарсер 2GIS\u003c/h1\u003e\n  \u003ch3\u003eОписание\u003c/h3\u003e\n  \u003cp\u003eПарсер 2GIS с графическим интерфейсом и функционалом отправки данных на сервер.\u003c/p\u003e\n  \u003chr\u003e\n  \u003ch3\u003eФукционал\u003c/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003eПарсинг рубрик/подрубрик, фирм рубрики/подрубрики или данные со всего населённого пункта\u003c/li\u003e\n    \u003cli\u003eУказание проверочного названия города, указание slug-города для парсинга, выбор рубрики/подрубрики\u003c/li\u003e\n    \u003cli\u003eВиджет сохранения данных на сервер с указанием URL API, данных аутентификации, выбора файла, указания slug-рубрики и города для сохранения\u003c/li\u003e\n    \u003cli\u003eСохранение рубрик/подрубрик, фирм рубрики/подрубрики, данные со всего населённого пункта и настроек в JSON-файлы и автоматическое \"поддтягивание\" их в GUI.\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003chr\u003e\n  \u003ch3\u003eПримечания\u003c/h3\u003e\n\u003c/div\u003e\n  \u003cp align=\"center\"\u003eВсе команды выполнять из корневой папки проекта.\u003c/p\u003e\n  \u003cp align=\"center\"\u003eКоманда компиляции в файл формата \u003ccode\u003eexe\u003c/code\u003e: \u003ccode\u003epython -m compilation.compilation\u003c/code\u003e.\u003c/p\u003e\n\u003chr\u003e\n\n\u003ch3 align=\"center\"\u003eКак запустить\u003c/h3\u003e\n\u003cdetails\u003e\n  \u003cp align=\"center\"\u003e\u003csummary align=\"center\"\u003e\u003cins\u003eЧерез консоль\u003c/ins\u003e\u003c/summary\u003e\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli align=\"center\"\u003e\u003cb\u003e1.\u003c/b\u003e Создать и активировать виртуальное окружение при помощи \u003ccode\u003ePoetry\u003c/code\u003e:\n       \u003cul\u003e\n          \u003cli\u003e\u003cb\u003ea)\u003c/b\u003e Установить \u003ccode\u003ePoetry\u003c/code\u003e: \u003ccode\u003epip install poetry\u003c/code\u003e\u003c/li\u003e\n          \u003cli\u003e\u003cb\u003eб)\u003c/b\u003e Активировать виртуальное окружение: \u003ccode\u003epoetry shell\u003c/code\u003e (если \u003ccode\u003ePoetry\u003c/code\u003e не находит \u003ccode\u003ePython ^3.11\u003c/code\u003e, воспользоваться \u003ca href=\"https://python-poetry.org/docs/managing-environments/\"\u003eинструкцией\u003c/a\u003e)\u003c/li\u003e\n          \u003cli\u003e\u003cb\u003eв)\u003c/b\u003e Установить зависимости: \u003ccode\u003epoetry install\u003c/code\u003e\u003c/li\u003e\n       \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli align=\"center\"\u003e\n       \u003cp\u003e\u003cb\u003e2.\u003c/b\u003e Инициализировать \u003ccode\u003epre-commit\u003c/code\u003e: \u003ccode\u003epre-commit install\u003c/code\u003e\u003c/p\u003e\n    \u003c/li\u003e\n    \u003cli align=\"center\"\u003e\n      \u003cp\u003e\u003cb\u003e3.\u003c/b\u003e Выполнить команду \u003ccode\u003epython main.py -g (--gui)\u003c/code\u003e\u003c/p\u003e\n    \u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003cp align=\"center\"\u003e\u003csummary align=\"center\"\u003e\u003cins\u003eЧерез файлы формата \u003ccode\u003eexe\u003c/code\u003e\u003c/ins\u003e\u003c/summary\u003e\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli align=\"center\"\u003eВ папке \u003ca href=\"https://github.com/VladislavYar/parsing_2gis/tree/main/dist\"\u003edist\u003c/a\u003e лежит два файла: \u003ccode\u003eparser 2gis gui.exe\u003c/code\u003e - для запуска сразу же с графическим интерфейсом и \u003ccode\u003eparser 2gis.exe\u003c/code\u003e - для работы с парсером через аргументы\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\u003chr\u003e\n\n\u003ch3 align=\"center\"\u003eСтек\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3.12-red?style=flat\u0026logo=python\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PyQt-6-red?style=flat\u0026logo=qt\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Selenium-4.25.0-red?style=flat\u0026logo=selenium\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Aiohttp-3.10.10-red?style=flat\u0026logo=aiohttp\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Poetry-Latest-red?style=flat\u0026logo=poetry\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Pre commit-Latest-red?style=flat\u0026logo=Precommit\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Pyinstaller-Latest-red?style=flat\"\u003e\n\u003c/p\u003e\n\u003chr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladislavyar%2Fparsing_2gis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladislavyar%2Fparsing_2gis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladislavyar%2Fparsing_2gis/lists"}