Skip to content

kimyk0120/shopify-scraper

Repository files navigation

intro Shopify-Scraper

forthebadge pythonbadge

This project is a web application that scrapes shopify products that provide public information.

intro

This scraper will extract the following information from the shopify site:

  • Title
  • Description
  • Specs
  • Price
  • Images

Stacks

Django 5.0.7
Python 3.10.11
tailwindcss 3.0.0
beautifulsoup4 4.12.3

How to Run

  • Clone the repository
  • Install Requirements
$ pip install -r requirements.txt
  • Run Django Server
$ python manage.py runserver
  • Tailwind Build (for dev)
$ npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css --watch

Contact

For any feedback or queries, please reach out to me at kimyk0120@gmail.com.

Buy Me A Coffee

About

Simple scraper to extract all products from shopify sites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors