{"id":36893042,"url":"https://github.com/saintbyte/carrier-analyzer","last_synced_at":"2026-01-12T15:39:41.209Z","repository":{"id":37023987,"uuid":"387836630","full_name":"saintbyte/carrier-analyzer","owner":"saintbyte","description":"Habr carrier analyzer","archived":false,"fork":false,"pushed_at":"2025-12-05T21:47:57.000Z","size":85,"stargazers_count":2,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T11:30:08.078Z","etag":null,"topics":["heroku"],"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/saintbyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"saintbyte"}},"created_at":"2021-07-20T15:32:11.000Z","updated_at":"2024-09-14T11:09:17.000Z","dependencies_parsed_at":"2023-10-03T00:51:42.623Z","dependency_job_id":"b3bb2b64-1932-4187-ab45-d95a9728ca01","html_url":"https://github.com/saintbyte/carrier-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saintbyte/carrier-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fcarrier-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fcarrier-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fcarrier-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fcarrier-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saintbyte","download_url":"https://codeload.github.com/saintbyte/carrier-analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fcarrier-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28341170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["heroku"],"created_at":"2026-01-12T15:39:40.345Z","updated_at":"2026-01-12T15:39:41.204Z","avatar_url":"https://github.com/saintbyte.png","language":"Python","readme":"# Habr Carrier parser\nПростая тулза для сбора вакансий из RSS ленты хабр карьеры. Все аккуратно собирается в базу для последующего анализа. Выполнено в виде микросервиса с возможность развертывания на бесплатном уровне в heroku.Предусмотрено так же создание дампа данных для того чтоб можно было забрать в другое место.\n\n### Для локальной разработки достаточно:\n1. поставить пакеты из requirements-dev.txt  -- pip install -r requirements-dev.txt\n2. авторизоваться в heroku-cli и выбрать проект\n3. Настроить postgres, redis на heroku\n4. Запустить ./run_from_local_migrations_on_heroku.bash чтоб прошли миграции для БД\n5. запустить что вам требуется из баш скриптов run_local*\n\n### Для развертывания на heroku:\n1. Жмакнуть по кнопке\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n2. Подцепить сервис Postgres и redis\n3. Засунуть в настройка переменных среды параметр ACCESS_MAGIC_KEY в котором указать случайные значения. Это пригодиться если захочется выгружать дампы.\n4. Указать в переменных среды RSS_URL адрес откуда тянуть данные\nhttps://career.habr.com/vacancies/rss?page=1\u0026per_page=25\u0026q=Ruby\n5. Запустить ./run_from_local_migrations_on_heroku.bash чтоб прошли миграции для БД\n6. Прописать в heroku cron : cd src/ \u0026\u0026 python3 parser_hc.py\n7. Enjoy\n\n### quality\n[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=saintbyte_carrier-analyzer)\n\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=saintbyte_carrier-analyzer\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=saintbyte_carrier-analyzer)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=saintbyte_carrier-analyzer\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=saintbyte_carrier-analyzer)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=saintbyte_carrier-analyzer\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=saintbyte_carrier-analyzer)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=saintbyte_carrier-analyzer\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=saintbyte_carrier-analyzer)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=saintbyte_carrier-analyzer\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=saintbyte_carrier-analyzer)\n","funding_links":["https://github.com/sponsors/saintbyte"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintbyte%2Fcarrier-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaintbyte%2Fcarrier-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintbyte%2Fcarrier-analyzer/lists"}