{"id":30186329,"url":"https://github.com/basdgrt/price-comparator","last_synced_at":"2026-02-11T04:31:02.561Z","repository":{"id":306926708,"uuid":"1027704675","full_name":"basdgrt/price-comparator","owner":"basdgrt","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-02T10:22:09.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T15:01:02.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/basdgrt.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":"2025-07-28T12:08:15.000Z","updated_at":"2025-07-28T12:14:14.000Z","dependencies_parsed_at":"2025-07-28T14:27:12.784Z","dependency_job_id":"dc689f3a-92f9-4f2a-a65f-6b8239322a8e","html_url":"https://github.com/basdgrt/price-comparator","commit_stats":null,"previous_names":["basdgrt/price-comparator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basdgrt/price-comparator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basdgrt%2Fprice-comparator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basdgrt%2Fprice-comparator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basdgrt%2Fprice-comparator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basdgrt%2Fprice-comparator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basdgrt","download_url":"https://codeload.github.com/basdgrt/price-comparator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basdgrt%2Fprice-comparator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"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":[],"created_at":"2025-08-12T14:51:14.810Z","updated_at":"2026-02-11T04:31:02.556Z","avatar_url":"https://github.com/basdgrt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Price Comparator\n\nA service that compares prices by scraping pre-defined URLs, sends the comparison results to a Telegram channel, and is deployed as an AWS Lambda function triggered on a schedule.\n\n## Setup\n\n### Secrets Configuration\n\nThe application requires a `secrets.yaml` file for storing sensitive information. This file is not tracked in git for security reasons.\n\n1. Copy the template file:\n   ```\n   cp src/main/resources/secrets.yaml.template src/main/resources/secrets.yaml\n   ```\n\n2. Edit the `secrets.yaml` file and replace the placeholder values with your actual credentials:\n   ```yaml\n   botToken: \"your_telegram_bot_token\"\n   chatId: \"your_telegram_chat_id\"\n   ```\n\n## Features\n\n- Scrapes product prices from multiple websites\n- Compares prices and identifies the best deals\n- Sends notifications to a Telegram channel\n- Runs on a schedule as an AWS Lambda function\n\n## Building the application\n\n1. Build the application as a fat JAR using the Shadow plugin:\n   ```\n   ./gradlew shadowJar\n   ```\n\n2. The JAR file will be created in the `build/libs` directory as `price-comparator.jar`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasdgrt%2Fprice-comparator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasdgrt%2Fprice-comparator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasdgrt%2Fprice-comparator/lists"}