An open API service indexing awesome lists of open source software.

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.

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
![demo](Screenshot.png)

## How to Use

### 1. Install dependencies
```bash
pip install -r requirements.txt