https://github.com/brendanddev/ebay-item-watcher
https://github.com/brendanddev/ebay-item-watcher
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brendanddev/ebay-item-watcher
- Owner: brendanddev
- Created: 2025-07-07T13:08:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T20:07:01.000Z (11 months ago)
- Last Synced: 2025-07-07T22:05:44.725Z (11 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebay Item Watcher
### Brendan Dileo - July 2025
A tool based in Python that monitors eBay listings and sends alerts when items matching a specified criteria are listed, put on sale, or changed in price.
---
## Features
- Basic Executable App
- Monitor eBay listing based on keywords, price range,
location, and more
- Notifications via Email
- Notifications via Custom Telegram Bot
- Custom Command Line Logger
---
## Versions
| Version | Month | Notes |
| --------------| --------------| --------------------|
| 1.0.0 | July 2025 | Initial Dev Version |
| 1.0.1 | July 2025 | Configured eBay API |
| 1.0.2 | July 2025 | Added Telegram Bot |
| 1.0.3 | July 2025 | Added Custom Logger |
| 1.0.4 | July 2025 | Added Email Support |
---
## Getting Started
```bash
git clone https://github.com/brendanddev/ebay-item-watcher.git
cd ebay-item-watcher
```