{"id":40219192,"url":"https://github.com/mevljas/gov.si-crawler-playwright","last_synced_at":"2026-01-19T22:02:29.295Z","repository":{"id":168744300,"uuid":"609899735","full_name":"mevljas/gov.si-crawler-playwright","owner":"mevljas","description":"A standalone crawler that crawls only .gov.si web sites using Playwright. ","archived":false,"fork":false,"pushed_at":"2025-01-17T17:12:46.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T18:28:18.903Z","etag":null,"topics":["crawler","multithreading","playwright","sqlachemy"],"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/mevljas.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":"2023-03-05T15:19:25.000Z","updated_at":"2025-01-17T17:12:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cced242-f432-408b-b719-f38e55405d77","html_url":"https://github.com/mevljas/gov.si-crawler-playwright","commit_stats":null,"previous_names":["mevljas/gov.si-crawler-playwright"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mevljas/gov.si-crawler-playwright","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevljas%2Fgov.si-crawler-playwright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevljas%2Fgov.si-crawler-playwright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevljas%2Fgov.si-crawler-playwright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevljas%2Fgov.si-crawler-playwright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mevljas","download_url":"https://codeload.github.com/mevljas/gov.si-crawler-playwright/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevljas%2Fgov.si-crawler-playwright/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: 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":["crawler","multithreading","playwright","sqlachemy"],"created_at":"2026-01-19T22:02:29.234Z","updated_at":"2026-01-19T22:02:29.287Z","avatar_url":"https://github.com/mevljas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gov.si crawler playwright\n\nA standalone crawler that crawls only .gov.si web sites using [Playwright](https://playwright.dev/python/).\n\n## Project setup\n\n### Setup environment variables\n\n```bash\ncp .env.example .env\n```\n\nEdit **.env** file if necessary. Number of threads can be set using the *N_THREADS* parameter.\n\n### Run Docker Postgres database\n\n```bash\ndocker-compose up -d ieps-db\n```\n\n### Create and use virtual env\n\n```bash\npip install virtualenv\npython\u003cversion\u003e -m venv \u003cvirtual-environment-name\u003e\nsource env/bin/activate\n```\n\nAlternatively you can set it up using Pycharm.\n\n### Install requirements\n\n```bash\npip install -r requirements.txt\n```\n\n### Install Playwright browsers (chromium, firefox, webkit)\n\n```bash\nplaywright install\n```\n\n### Run database migrations\n\n```bash\npython migrate.py\n```\n\n## Run the crawler\n\n```bash\npython main.py\n```\n\n## PgAdmin (optional)\n\nYou can run PgAdmin Docker container with the following command:\n\n```bash\ndocker-compose up -d pgadmin\n```\n\nAccess the pgadmin4 via your favorite web browser by visiting the [URL](http://localhost:5050/).\nUse the admin@admin.com as the email address and root as the password to log in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevljas%2Fgov.si-crawler-playwright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmevljas%2Fgov.si-crawler-playwright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevljas%2Fgov.si-crawler-playwright/lists"}