Skip to content
/ Ps5-Bot Public

This is a program that I wrote to check if the ps5 is in stock at Best Buy using the python module selenium

Notifications You must be signed in to change notification settings

Advayp/Ps5-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ps5 Bot

This Python program checks if the ps5 is available at bestbuy using selenium. The script also sends you an email when it sees that it is in stock (Gmail Only)

Setup

You need to Install Python First You need to install selenium for this to work

Just run the following:

python -m pip install --upgrade pip,
pip install selenium

Variables to Change

email = "YOUR EMAIL"
app_pass = "PASSWORD OR APP PASSWORD"

If you have 2FA on for Gmail you need to create an app password This can be done at this link: https://myaccount.google.com/apppasswords

About

This is a program that I wrote to check if the ps5 is in stock at Best Buy using the python module selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages