Code Monkey home page Code Monkey logo

etsy-scrapper's Introduction

etsy-scrapper

It takes the product URL belonging to ETSY and scrapes the product information from the site (name, main image url and price). It saves this information in MYSQL database. Shows the product detail when it is selected.

USAGE

Install requirements from requirements.txt using pip install -r requirements.txt
Change your db information from config.py.

Encountered error if the config.py does not set

Run app/app.py file to use web application.
Dockerization does not work for now. Mysql connection could not complated.

Usage as an api

  • Adding new product
  • http://192.168.1.62:5000/api/add_product/?url=etsy_url
    Returns '200' if operation was successfull, else returns '500'

  • Listing all products
  • http://192.168.1.62:5000/api/all_products

  • Get a specific product
  • http://192.168.1.62:5000/api/get_product/product_id

    Listing the Products From Database

    Viewing the Product's Detail

    Searching Result

    MYSQL DB Products Table

    etsy-scrapper's People

    Contributors

    asarm avatar

    Watchers

     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.