{"id":20325678,"url":"https://github.com/lamdav/inventory-scan","last_synced_at":"2026-05-18T17:02:23.424Z","repository":{"id":37056458,"uuid":"280633724","full_name":"lamdav/inventory-scan","owner":"lamdav","description":"CLI Inventory Scanner","archived":false,"fork":false,"pushed_at":"2023-02-08T00:41:37.000Z","size":174,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-26T05:07:21.374Z","etag":null,"topics":["amazon","bestbuy","cli","click","python","scrapy","slack"],"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/lamdav.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-07-18T10:33:14.000Z","updated_at":"2025-12-09T13:39:25.000Z","dependencies_parsed_at":"2024-11-14T19:41:18.638Z","dependency_job_id":"ebe021b0-c18a-484b-abfa-5f0e66bf48a2","html_url":"https://github.com/lamdav/inventory-scan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lamdav/inventory-scan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Finventory-scan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Finventory-scan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Finventory-scan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Finventory-scan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamdav","download_url":"https://codeload.github.com/lamdav/inventory-scan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamdav%2Finventory-scan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33184769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["amazon","bestbuy","cli","click","python","scrapy","slack"],"created_at":"2024-11-14T19:41:08.552Z","updated_at":"2026-05-18T17:02:23.409Z","avatar_url":"https://github.com/lamdav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Scan\n## CLI to periodically check if a product is available for purchase\n\n## Install\n1. Install `poetry`\n2. Run `poetry install`\n3. Run `poetry shell`\n4. Run `cp settings.yaml settings.local.yaml`\n5. Modify the `setting.local.yaml`:\n   - Update `scans` with store page url of what you want to track\n   - Update `email` configuration if you want to be notified by email\n   - Update `slack` configuration if you want to be notified in a slack workspace\n\n## Usage\n```shell\ninv scan [--notifier/-n] (console|email|slack)\n```\n\n## Supported Stores\n- Amazon\n- BestBuy\n\n## Supported Notifiers\n- Console: Logs to the console item availability. Useful for debugging.\n- Email: Uses email credentials to send bulk message to recipients.\n  Highly recommend using an app password over your real account password.\n- Slack: Send a slack message to a specific channel in a workspace.\n\n## Extending Stores or Notifiers\n\u003e Q: I want to add another store front to be supported. How do I do that?\n\nYou will need to implement a `Handler` and pass it to the cli accordingly.\nThe `Handler` is responsible for parsing the `HTML` response of the store\npage and extract pricing and availability information.\n\n\u003e Q: I want to be notified on {service}. How do I do that?\n\nYou will need to implement the `Notifier` interface and expose it to the\nentrypoint accordingly along with passing in any constructor args from `settings.yaml`.\nThe `Notifier` is responsible for processing and grouping items as needed and\nsending them upon scraping completion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamdav%2Finventory-scan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamdav%2Finventory-scan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamdav%2Finventory-scan/lists"}