{"id":24064591,"url":"https://github.com/sourasishbasu/producttracker","last_synced_at":"2026-04-17T02:32:10.888Z","repository":{"id":187550942,"uuid":"677129706","full_name":"SourasishBasu/ProductTracker","owner":"SourasishBasu","description":"Track price drops and Check for product availability using webscraping","archived":false,"fork":false,"pushed_at":"2023-08-19T18:58:02.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T06:39:39.447Z","etag":null,"topics":["beautifulsoup","python","script","selenium","webscraping"],"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/SourasishBasu.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":"2023-08-10T20:12:55.000Z","updated_at":"2024-05-18T07:04:33.000Z","dependencies_parsed_at":"2023-08-11T03:16:37.413Z","dependency_job_id":"3c626544-61b9-4402-98d4-90aaad8c05d5","html_url":"https://github.com/SourasishBasu/ProductTracker","commit_stats":null,"previous_names":["sourasishbasu/producttracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SourasishBasu/ProductTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FProductTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FProductTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FProductTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FProductTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SourasishBasu","download_url":"https://codeload.github.com/SourasishBasu/ProductTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FProductTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31912373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["beautifulsoup","python","script","selenium","webscraping"],"created_at":"2025-01-09T10:38:42.924Z","updated_at":"2026-04-17T02:32:10.849Z","avatar_url":"https://github.com/SourasishBasu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProductTracker\n \n Python scripts that use webscraping on various e-commerce websites such as Amazon, Flipkart and TheSouledStore to track product availability or price drops.\n\n### Prerequisites:\n\n- Python 3.7 \u0026 up\n- Open Command prompt and type:\n\n  ```bash\n  pip install beautifulsoup4\n  pip install requests\n  pip install -U selenium\n  ```\n- Download the [Chromium Webdriver](https://chromedriver.chromium.org/downloads) for Google Chrome or [Geckodriver](https://github.com/mozilla/geckodriver/releases) for Mozilla Firefox\n\n ## Usage\n\n ProductTracker.py has the following features:\n - Can check whether a product is in stock on Amazon/Flipkart\n - Can check whether a product price has dropped on Amazon/Flipkart\n - Automatically sends a mail to specified gmail address upon success\n\u003cbr\u003e \u003c/br\u003e\n\ncheckstock.py uses Selenium WebDriver to check whether a specific shirt size is available on TheSouledStore site. \n- I made this as an example since some websites are created via javascript after the initial HTML page has loaded into the browser.\n- Requests is just an HTTP client, not a full-fledged browser engine, so it doesn't execute the Javascript that contains the element such as the shirt size from this website. Hence Selenium is used.\n\n ## Mailing Feature\n\n Follow these steps to utilize the mailing feature on the scripts:\n - Go to your google account enable 2 Step Verification\n - Search for App Passwords in Your Account\n - Set the type of application, to Mail and type of device to Windows Computer.\n - Click Generate, replace the password provided in the popup into the script where it says 'EMAIL_PASSWORD'.\n - Change the recipient and senders email address details in the respective places within the script.\n\n\n## To run in terminal:\n- Open Powershell in the local repository folder\n- Type:\n\n  ```bash\n   python ProductTracker.py\n  ```\n  or\n  ```bash\n   python checkstock.py\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourasishbasu%2Fproducttracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourasishbasu%2Fproducttracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourasishbasu%2Fproducttracker/lists"}