Skip to content

Group project called GPUBot, scrapes sites such as amazon.ca, newegg.ca, canadacomputers.ca, and many more to compare GPU prices.

Notifications You must be signed in to change notification settings

aacamilleri/gpu-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPUBot Group Project

To Run in Dev Environment

Requirements:

The program runs effectively on Python 2.7

Must have pip installed to install Python requirements (python get-pip.py)

After cloning the project, in Command Line, go to the project directory:

pip install -r requirements.txt (This should install all the python modules required)

export FLASK_APP=main.py (This may not be necessary but if there are errors do this step)

python -m flask run (If this doesn't work try doing just flask run)

Should host on localhost (localhost:5000)

About

Group project called GPUBot, scrapes sites such as amazon.ca, newegg.ca, canadacomputers.ca, and many more to compare GPU prices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages