Skip to content

A simple script that uses ChromeDriver to scrape bonbast.com

License

Notifications You must be signed in to change notification settings

maanimis/bonbastScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonbast Scraper

This project is a web scraper for extracting currency exchange rates from the Bonbast website using Puppeteer and Cheerio.

result

Prerequisites

Ensure you have the following installed:

  • Node.js (version 12 or later)
  • npm (comes with Node.js)

Usage

git clone https://github.com/maanimis/bonbastScraper.git
cd bonbastScraper
npm i
npm start

Configuration

(--proxy-server=http://127.0.0.1:20171). Modify or remove this argument in the initDriver() method as needed.

Executable Path: The executablePath is set to /usr/bin/google-chrome-stable. Update this path if you're using a different version of Chrome or Chromium.

About

A simple script that uses ChromeDriver to scrape bonbast.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published