{"id":16900690,"url":"https://github.com/loganintech/product-notifier","last_synced_at":"2025-07-30T20:09:27.752Z","repository":{"id":54689073,"uuid":"310526202","full_name":"loganintech/product-notifier","owner":"loganintech","description":"A more refined version of the rtx-notifier project I created.","archived":false,"fork":false,"pushed_at":"2023-06-24T07:22:58.000Z","size":22100,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T23:43:46.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/loganintech.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}},"created_at":"2020-11-06T07:40:02.000Z","updated_at":"2025-03-26T01:24:11.000Z","dependencies_parsed_at":"2024-10-20T20:05:43.449Z","dependency_job_id":null,"html_url":"https://github.com/loganintech/product-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loganintech/product-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loganintech%2Fproduct-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loganintech%2Fproduct-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loganintech%2Fproduct-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loganintech%2Fproduct-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loganintech","download_url":"https://codeload.github.com/loganintech/product-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loganintech%2Fproduct-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267931285,"owners_count":24167587,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-13T17:55:37.200Z","updated_at":"2025-07-30T20:09:22.708Z","avatar_url":"https://github.com/loganintech.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product Notifier\n\nThis program is a generic scraper for some stores to keep track of product availability.\n\n## Supported Stores\n\n|Store|ConfigKey|\n|---|---|\n|Amazon|amazon|\n|NewEgg|newegg|\n|Best Buy|bestbuy|\n|B\u0026HPhoto Video|bnh|\n|AntOnline|antonline|\n\n## Setup\n\nMake sure to rename `example_config.json` to `config.json` otherwise the script will create a default, empty config. \nThe snippet below will help you configure the script.\n\n## Config Example\n\n```json5\n{\n  \"should_open_browser\": true,\n  \"daemon_mode\": true,\n  \"daemon_timeout\": 30,\n\n  // Webhook URL to send to discord\n  \"discord_url\": null,\n\n  // This delays certain providers. These are added automatically when a ratelimit is hit for a service\n  \"ratelimit_keys\": {\n    \"newegg\": \"2020-09-28T00:49:28.888712-07:00\",\n    \"amazon\": \"2020-09-28T00:52:28.888712-07:00\"\n  },\n\n  // Optional SOCKS5 Proxy URL\n  \"proxy_url\": \"socks5://127.0.0.1:9050\",\n  // I recommend copying the providers from the `example_config.json`, Otherwise you have a lot of writing to do\n  \"targets\": [\n    {\n      \"key\": \"newegg\",\n      // The name of the product \n      \"name\": \"Ryzen 5950x\",\n      // The URL of the product to scrape\n      \"page\": \"https://www.newegg.com/amd-ryzen-9-5950x/p/N82E16819113663\",\n      // Whether or not this product scrapes\n      \"active\": true,\n      // If this is set to true, the bot will check this page every 10 minutes. This is assumed to be in stock\n      // If this test stock is not found, it's either really out of stock, or it's a bug with the bot\n      // Can be left out of the JSON with no effect\n      \"is_test\": false\n    }\n  ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floganintech%2Fproduct-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floganintech%2Fproduct-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floganintech%2Fproduct-notifier/lists"}