X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Custom API

Concepts Practised

  • 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

Custom API

Best Buy Product Availability Checker

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.

Features

  • Periodically checks the availability of a specified product on Best Buy.
  • Sends an alert via Telegram when the product becomes available for shipping.

Prerequisites

  • Python 3.x
  • requests library

Installation

  1. Clone the repository or download the script.
  2. Install the required library:
    pip install requests
    

day95 (1)

day95 (2)

X Tutup