{"id":23845778,"url":"https://github.com/umutkayash/price-tracker","last_synced_at":"2026-05-22T20:30:18.475Z","repository":{"id":270342372,"uuid":"910065020","full_name":"umutkayash/price-tracker","owner":"umutkayash","description":"Price Tracker on the Telegram","archived":false,"fork":false,"pushed_at":"2025-01-08T20:50:42.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T18:40:55.252Z","etag":null,"topics":["bot","bot-tracker","price","price-tracker","product-tracker","python","python-3","python3","telegram","telegram-bot","telegram-bot-api","telegram-price-tracker","tracker"],"latest_commit_sha":null,"homepage":"","language":"Python","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/umutkayash.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-30T12:05:59.000Z","updated_at":"2025-01-08T20:50:45.000Z","dependencies_parsed_at":"2024-12-30T13:19:25.329Z","dependency_job_id":"9865f692-9990-4acc-a77a-8d70c9bdce99","html_url":"https://github.com/umutkayash/price-tracker","commit_stats":null,"previous_names":["umutkayash/price-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutkayash%2Fprice-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutkayash%2Fprice-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutkayash%2Fprice-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutkayash%2Fprice-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umutkayash","download_url":"https://codeload.github.com/umutkayash/price-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240131746,"owners_count":19752727,"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":["bot","bot-tracker","price","price-tracker","product-tracker","python","python-3","python3","telegram","telegram-bot","telegram-bot-api","telegram-price-tracker","tracker"],"created_at":"2025-01-02T20:26:39.863Z","updated_at":"2026-05-22T20:30:16.401Z","avatar_url":"https://github.com/umutkayash.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Telegram Product Price Tracker Bot\n\nA Telegram bot that helps users track prices of products on various websites. Users can add product URLs with a target price, and the bot will notify them when the product price drops below or matches the target price.\n\n## Features\n\n- **Add Products:** Track a product by providing its URL and your target price.\n- **List Products:** View the products you are tracking along with their current and target prices.\n- **Remove Products:** Stop tracking a product.\n- **Price Alerts:** Get notified when a product's price meets or drops below your target.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.8 or higher\n- A Telegram bot token (create one via [BotFather](https://core.telegram.org/bots#botfather))\n- SQLite database (automatically created)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/umutkayash/price-tracker.git\n   cd price-tracker\n   ```\n\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Set up your bot token:\n   - Replace `TOKEN HERE` in `main.py` with your actual bot token.\n\n4. Initialize the database:\n   The database will be automatically created when you run the bot.\n\n### Usage\n\nRun the bot:\n```bash\npython main.py\n```\n\n### Bot Commands\n\n- `/start` - Start the bot and view available commands.\n- `/add \u003cURL\u003e \u003cTarget Price\u003e` - Add a new product to track.\n- `/list` - List all tracked products.\n- `/remove` - Remove a product from tracking.\n\n### Example\n\n- To track a product:\n  ```\n  /add https://example.com/product 100.00\n  ```\n- To view tracked products:\n  ```\n  /list\n  ```\n\n## Technical Details\n\n- **Dependencies:** \n  - [Aiogram](https://docs.aiogram.dev/)\n  - [Aiohttp](https://docs.aiohttp.org/en/stable/)\n  - [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)\n- **Database:** SQLite for storing user-tracked products.\n- **Concurrency:** Asynchronous programming with `asyncio` for handling updates and price checks.\n\n## Future Enhancements\n\n- Support for additional e-commerce sites.\n- Advanced price filtering and history tracking.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutkayash%2Fprice-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumutkayash%2Fprice-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutkayash%2Fprice-tracker/lists"}