It's a scraper for products from the Amazon, Linio and Falabella websites.
- Languages:
-
Libraries: Flask, Selenium, requests, bs4
-
Others: Bootstrap
Clone repository
git clone https://github.com/KorKux1/CopyCat.git
Enter the folder
cd CopyCat
Create a virtual enviroment
py -m venv env
Install Libraries
pip install -r requirements.txt
Verify
pip freeze
On Linux
set environment variables Entry point
export FLASK_APP=main.py
Secret Keyexport SECRET_KEY="your key"
On Windows
set environment variables Entry point
set $env:FLASK_APP='main.py'
Secret Keyset $env:SECRET_KEY="your key"
Run server
flask run
For enable debug mode
Windows set $env:FLASK_DEBUG=1
Linux export FLASK_DEBUG=1
-
Go to
http://127.0.0.1:5000/
-
In the top search bar type the product you want to search, press enter.
MIT License
⌨️ with the ❤️ by KorKux 😊