Skip to content

KorKux1/CopyCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😺 CopyCat Scraper

It's a scraper for products from the Amazon, Linio and Falabella websites.

PRs Welcome GitHub license GitHub contributors GitHub issues GitHub forks GitHub stars GitHub language count

Requirements

  • Languages:

python

  • Libraries: Flask, Selenium, requests, bs4

  • Others: Bootstrap

Screenshots

Index

Setup (Developer Mode)

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 Key export SECRET_KEY="your key"

On Windows

set environment variables Entry point set $env:FLASK_APP='main.py' Secret Key set $env:SECRET_KEY="your key"

Run server flask run

For enable debug mode

Windows set $env:FLASK_DEBUG=1

Linux export FLASK_DEBUG=1

Usage

  1. Go to http://127.0.0.1:5000/

  2. In the top search bar type the product you want to search, press enter.

License

MIT License


⌨️ with the ❤️ by KorKux 😊