Skip to content

Python Telegram bot that monitors product stock and notifies when available. Built for freelance automation tasks.

Notifications You must be signed in to change notification settings

miyoku1226/purchase-bot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot

demo

How to Use

1. Install dependencies

pip install -r requirements.txt

2. Set up your Telegram Bot

  • Create a bot via @BotFather
  • Replace the placeholder token and chat ID in purchase_bot_demo.py

3. Run the bot

python purchase_bot_demo.py

Note

  • This is a working demo template. You can adapt it to real store URLs and actual HTML selectors.
  • If you’re looking to hire for a custom bot, feel free to contact!

About

Python Telegram bot that monitors product stock and notifies when available. Built for freelance automation tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages