{"id":16556620,"url":"https://github.com/nuhmanpk/pricetrackerbot","last_synced_at":"2025-03-21T10:32:27.642Z","repository":{"id":212922633,"uuid":"732396232","full_name":"nuhmanpk/PriceTrackerBot","owner":"nuhmanpk","description":"A telegram bot that scrape Flipkart, Amazon url and keep track of price changes, also alerts the user when there is a price change","archived":false,"fork":false,"pushed_at":"2024-07-01T16:12:11.000Z","size":13136,"stargazers_count":19,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T05:32:30.774Z","etag":null,"topics":["amazon","amazon-scraper","ecommerce","flipkart","flipkart-scraper-python","price-tracker","price-tracking-system","tracking"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuhmanpk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"nuhmanpk"}},"created_at":"2023-12-16T14:38:54.000Z","updated_at":"2025-02-14T12:32:41.000Z","dependencies_parsed_at":"2024-01-01T08:13:31.715Z","dependency_job_id":"a63b9173-8030-4628-a3fa-4604cfd812dd","html_url":"https://github.com/nuhmanpk/PriceTrackerBot","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.42307692307692313","last_synced_commit":"eaca58ef5aa8054cbf6936933f23ae2fcfc67f58"},"previous_names":["nuhmanpk/pricetrackerbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhmanpk%2FPriceTrackerBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhmanpk%2FPriceTrackerBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhmanpk%2FPriceTrackerBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhmanpk%2FPriceTrackerBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuhmanpk","download_url":"https://codeload.github.com/nuhmanpk/PriceTrackerBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135927,"owners_count":20403798,"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","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","amazon-scraper","ecommerce","flipkart","flipkart-scraper-python","price-tracker","price-tracking-system","tracking"],"created_at":"2024-10-11T20:05:14.048Z","updated_at":"2025-03-21T10:32:25.360Z","avatar_url":"https://github.com/nuhmanpk.png","language":"Python","funding_links":["https://github.com/sponsors/nuhmanpk"],"categories":[],"sub_categories":[],"readme":"# Price Tracker Bot\n\nPrice Tracker Bot is a Telegram bot that helps you track the prices of your favorite products on various online platforms. Whenever there's a change in price, the bot will alert you, ensuring you never miss a deal!\n\n⚠️ Supports **Flipkart** and **amazon** PriceTracking \n\n## Demo\n\n\u003c!-- ![Bot Demo](./demos/priceTrackerbot.gif)\n![Product Tracking](./demos/ss-pricetracker.jpg) --\u003e\n\u003cimg src=\"./demos/priceTrackerbot.gif\" alt=\"Bot Demo\" width=\"40%\"\u003e\n\u003cimg src=\"./demos/ss-pricetracker.jpg\" alt=\"Product Tracking\" width=\"40%\"\u003e\n\n## Features\n- Track Prices: Simply send the product link to the bot, and it will start tracking the price for you.\n- Automatic Alerts: Receive alerts when there's a price change, helping you stay updated on the latest deals.\n\n## Deployment\n### Prerequisites\n\n* Python environment with venv\n* MongoDB URI (get it from MongoDB)\n* Bot Token\n* API ID\n* API HASH\n\n## Setup\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/nuhmanpk/PriceTrackerBot.git\n```\n\n2. Create a .env file in the project root (Refer .envexample file)\n\n```bash\ncd PriceTrackerBot\npython -m venv .venv\nsource .venv/bin/activate (Linux/Mac) or .venv\\Scripts\\activate (Windows)\npip install -r requirements.txt\n\n```\n\n3. Start the Bot\n\n```bash\npython main.py\n```\n\n\n#### Deploy on Koyeb\n\nThe fastest way to deploy the application is to click the **Deploy to Koyeb** button below.\n\n[![Deploy to Koyeb](https://www.koyeb.com/static/images/deploy/button.svg)](https://app.koyeb.com/deploy?type=git\u0026repository=github.com/nuhmanpk/PriceTrackerBot\u0026branch=main\u0026name=pricetrackerbot)\n\n### Credits\n* Thanks to sannjayy for his Scraper [packages](https://github.com/sannjayy/python_flipkart_scraper)\n\n## Commands\n* /start : start the bot\n* /help : Get help\n* /my_trackings: View all tracked products.\n* /stop \u003cproduct_id\u003e: Stop tracking a specific product.\n* /product \u003cproduct_id\u003e: Get detailed information about a product.\n\n## Support and Issues\nFor any issues or feature requests, please open an [issue](https://github.com/nuhmanpk/PriceTrackerBot/issues).\n\nIf you find this repo helpful, don't forget add Your Star.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuhmanpk%2Fpricetrackerbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuhmanpk%2Fpricetrackerbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuhmanpk%2Fpricetrackerbot/lists"}