- API Endpoints and Making API Calls
- Working with Responses: HTTP Codes, Exceptions & JSON Data
- Using API to Check for Product Availability
- Using API to Send Telegram Alerts/Messages
This Python script checks the availability of a specified product on Best Buy and sends an alert via Telegram when the product is available for shipping.
- Periodically checks the availability of a specified product on Best Buy.
- Sends an alert via Telegram when the product becomes available for shipping.
- Python 3.x
requestslibrary
- Clone the repository or download the script.
- Install the required library:
pip install requests

