https://github.com/miyoku1226/purchase-bot-demo
Python Telegram bot that monitors product stock and notifies when available. Built for freelance automation tasks.
https://github.com/miyoku1226/purchase-bot-demo
automation freelance playwright python telegram-bot
Last synced: 6 months ago
JSON representation
Python Telegram bot that monitors product stock and notifies when available. Built for freelance automation tasks.
- Host: GitHub
- URL: https://github.com/miyoku1226/purchase-bot-demo
- Owner: miyoku1226
- Created: 2025-04-02T03:34:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T03:48:48.000Z (6 months ago)
- Last Synced: 2025-04-02T04:28:25.287Z (6 months ago)
- Topics: automation, freelance, playwright, python, telegram-bot
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purchase Bot Demo
A Python-based automation bot that monitors a product page and sends Telegram alerts when stock is detected.
## Features
- Checks stock every 20 seconds
- Supports multi-account handling
- Auto-submits order (simulated)
- Telegram alert upon success
- Cross-platform (macOS compatible)## Built With
- Python 3
- [Playwright](https://playwright.dev/python/)
- Telegram Bot API## Screenshot
## How to Use
### 1. Install dependencies
```bash
pip install -r requirements.txt