Giter Site home page Giter Site logo

shadow-prince / pinterest-scrapper-express Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 3.0 45 KB

Pinterest Scrapper built with express

Home Page: https://www.npmjs.com/package/pintrest-scrapper-express

License: MIT License

JavaScript 71.09% TypeScript 28.91%
pinterest pinterest-api scrapper-script pinterest-scraper express

pinterest-scrapper-express's Introduction

Pinterest Board Scrapper

downloads

NPM

Usage

Quick Start

  • Download or Clone this repo

  • cd in to the folder

  • Run npm install or yarn install command to install dependencies

  • Run npm start to start the server

  • Open localhost:3000 in browser

Params

Url takes two parameters

  • username : Pinterest username

  • boardName : Pinterest board name

Example

  • URLs

  • To get Info :

    • Go to http://localhost:3000/api/sai123456789000000/weird-words/info in your browser
  • Result

    {
      "title": "Weird Words",
      "totalPins": 341
    }
  • To get pins

    • Go to http://localhost:3000/api/sai123456789000000/weird-words/pins in your browser
  • Result

    {
      "images": [
            {
                "src": "https://i.pinimg.com/280x280_RS/2e/2d/50/2e2d505f82e118adf0ac6e742e503d82.jpg",
                "alt": "Words"
            },
            {
                "src": "https://i.pinimg.com/564x/2f/8e/1e/2f8e1e44ebac2f3536c991524bfa114f.jpg",
                "alt": "  The Words, Cool Words, Favorite Quotes, Best Quotes, Love Quotes, Inspirational Quotes, Daily Quotes, Motivational, Pretty Words"
            },
            {
    
          ...
      ]
    }
    

To Develop

  • Run npm run tsc to compile .TS to .JS
  • Run npm run jsc to run index.js

pinterest-scrapper-express's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

thewayur

pinterest-scrapper-express's Issues

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.