Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 832 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 832 Bytes

Scraping-Puppeteer

Basic example of how to use puppeteer for scrapping. The example downloads images, stores information in json and downloads the information locally.

  • Enter account information
  • Select the account where the information will be downloaded(url)
  • ✨Get the information ✨

Features

  • Scan the information of an instagram profile
  • Generate screenshots of the scanning process
  • Get Json files with the requested information
  • Download the images of the selected profile

Tech

Dillinger uses a number of open source projects to work properly:

  • [Nodejs] - the process need run with V8
  • [puppeteer] - It is the tool to evaluate the selected pages

Installation

Install the dependencies and devDependencies and start the server.

cd scraping-puppeteer
npm i
npm start

License

MIT