GithubHelp home page GithubHelp logo

techwithtim / price-tracking-web-scraper Goto Github PK

View Code? Open in Web Editor NEW
1.1K 31.0 479.0 205 KB

An automated price tracker that uses bright data, playwright, react and flask.

Python 48.84% HTML 7.00% JavaScript 41.20% CSS 2.50% Batchfile 0.45%

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.

price-tracking-web-scraper's People

Contributors

techwithtim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

price-tracking-web-scraper's Issues

Mac

Can you run it on mac as well?

Port/CORS issue on Mac OS Ventura

On Mac OS Ventura, I kept getting 'Error starting scraper' errors after clicking on the Start Scraper button. I checked Chrome devtools and saw that I was getting CORS errors ('No 'Access-Control-Allow-Origin' header is present on the requested resource').

I know Flask CORS is supposed to avoid this issue, but also tried to explicitly add the correct response headers. No luck.

Mac OS is now using port 5000 for Airplay, the port that Flask defaults to. I changed the frontend and backend to use port 5050 the app now works.

The changes are:

  1. Search and replace all occurrences of '5000' with '5050'
  2. In app.py, replace 'app.run()' with app.run(port=5050)

I can submit a PR if you want to changes.

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.