Skip to content

TambuDT/IliadWebsiteScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iliad Web Scraper

This script perform web scraping using Puppeteer and expose the scraped data through an HTTP endpoint using Express. It's a simple tool that allows you to retrieve specific data from a website and access it by making HTTP requests.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/TambuDT/scraperiliad.git
  1. Install the required dependencies:
npm install

Usage

  1. Start the server:
npm start
  1. Open your web browser or use tools like cURL or Postman to make GET requests to:
http://localhost:3000/scrape?username=YOUR-USERNAME&password=YOUR-PASSWORD

Remember

Replace YOUR-USERNAME and YOUR-PASSWORD with appropriate values. This will initiate the web scraping process and return the scraped data as a JSON response.

About

This script perform web scraping using Puppeteer and expose the scraped data throught HTTP requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published