Giter Club home page Giter Club logo

forked-price-tracking-web-scraper's Introduction

Project Information

This project provides a user interface to interact with an automated price tracking web scraper. Currently the tracker scrapes amazon.ca, but could be configured to scrape multiple sources.

Libraries/Frameworks/Modules

This project uses:

  • React
  • Flask
  • Playwright
  • Bright Data (Web Scraping Browser)

Using the Scraper

Install all dependencies, create the auth.json file, start the flask backend, run the react frontend and interact with the tool.

auth.json

Fill in your Bright Data Scraping Browser credentials in a backend/scraper/auth.json file (see auth_example.json).

Python Flask Backend

  • cd backend
  • pip install -r requirements.txt
  • playwright install
  • python app.py or python3 app.py

Running the React Frontend

  • cd frontend
  • npm i
  • npm run start

Setting Up Automation

To automate the collection of prices from this software simply run the scheduler/main.py file at your desired increment while the python flask backend is running.

Windows

I have created a simple .bat script called run.bat that you can schedule to execute using the Windows Task Scheduler that will automatically run the backend api and send the appropriate request to it.

forked-price-tracking-web-scraper's People

Contributors

techwithtim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.