{"id":24782494,"url":"https://github.com/xdrokra/price-tracker-amazon","last_synced_at":"2026-04-13T21:31:08.176Z","repository":{"id":268477779,"uuid":"904482473","full_name":"xDrokra/Price-tracker-Amazon","owner":"xDrokra","description":"A local application to track product prices on Amazon ","archived":false,"fork":false,"pushed_at":"2024-12-17T17:26:01.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T07:22:54.976Z","etag":null,"topics":["amazon","javascript","puppeteer","scraper","sqlite","tracking","webscraping"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/xDrokra.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":"2024-12-17T01:25:36.000Z","updated_at":"2025-01-04T03:29:30.000Z","dependencies_parsed_at":"2024-12-18T06:06:44.243Z","dependency_job_id":null,"html_url":"https://github.com/xDrokra/Price-tracker-Amazon","commit_stats":null,"previous_names":["xdrokra/price-tracker-amazon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xDrokra/Price-tracker-Amazon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xDrokra%2FPrice-tracker-Amazon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xDrokra%2FPrice-tracker-Amazon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xDrokra%2FPrice-tracker-Amazon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xDrokra%2FPrice-tracker-Amazon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xDrokra","download_url":"https://codeload.github.com/xDrokra/Price-tracker-Amazon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xDrokra%2FPrice-tracker-Amazon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["amazon","javascript","puppeteer","scraper","sqlite","tracking","webscraping"],"created_at":"2025-01-29T11:17:36.854Z","updated_at":"2026-04-13T21:31:08.136Z","avatar_url":"https://github.com/xDrokra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Price-tracker-Amazon\nA local application to track product prices on Amazon (and similar websites if set right). It uses Node.js, Puppeteer, and SQLite to scrape prices and maintain a local database.\n\n## Features\n- Scrape product prices dynamically using Puppeteer.\n- Store product information locally with SQLite.\n- Automatic price monitoring with scheduled cron jobs (you can set on the env file the time frame).\n- Real-time price updates displayed in a clean interface.\n- Email notifications for price changes (set it on the env file).\n- Fully functional locally on your own machine.\n\n## **Installation**\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/price-tracker.git\n   cd Price-tracker-Amazon/\n   ```\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n3. **Set up the environment**: Create a `.env` file in the project root directory and add your email credentials, port number, :\n   ```env\n   PORT=3000 #Server port\n   EMAIL_SERVICE=gmail\n   EMAIL_USER=your-email@example.com\n   EMAIL_PASS=your-email-password \n   CRON_SCHEDULE=*/15 * * * * * #\n   DATABASE_PATH=../database.sqlite #Path to SQLite database\n   ```\n4. **Run the application**:\n   ```bash\n   node src/server.js\n   ```\n5. **Access the app locally**:\n   Open your browser and navigate to `http://localhost:3000` or the port that you configured.\n\n## Usage\n\n- Add a Product for Price Tracking (insert the amazon url): \n\u003cbr\u003e\u003cimg src=\"https://github.com/user-attachments/assets/7fcd6194-06dd-4f47-8676-792dd501cd0a\" width=\"300\"\u003e\n- The app will scrape and update product prices automatically using a cron job:\n\u003cbr\u003e\u003cimg src=\"https://github.com/user-attachments/assets/6775c741-28ab-43fc-92c7-48383a1fb5aa\" width=\"300\"\u003e\n- If a product's price changes, you will receive an email notification.\n\n## Notes\n- This app is intended to work locally only and does not require external hosting.\n- Make sure you have Node.js installed on your machine.\n\n## Dependencies\n- **Node.js**\n- **Puppeteer**\n- **Express.js**\n- **SQLite**\n- **Node-cron**\n- **Nodemailer**\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdrokra%2Fprice-tracker-amazon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdrokra%2Fprice-tracker-amazon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdrokra%2Fprice-tracker-amazon/lists"}