Skip to content

GrilledLambda/NeweggAutoPurchaseBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newegg Auto Purchase Bot

This is a auto-purchase bot that uses selenium and HTTP requests to check for available products on NewEgg. All the settings you need to configure will be in BotSettings.py Check the requirements folder for dependencies.

Once you are done configuring the settings in BotSettings.py, open an elevated CMD, navigate to the Requirements folder directory, and run the following command to automatically install dependencies:

 pip3 install -r requirements.txt

After that you are good to go. Just run ScanPages.py

Please report any bugs you find.

WARNING: Run this at your own risk. I am unsure whether or not this violates Newegg's terms.