Skip to content

Installation

To install html-scraper, you'll need an package manager and Node.js installed on your machine.


Run following command to install html-scraper:
The command depends on your package manager.

shell
npm i -D twchtmlscraper
shell
pnpm add -D twchtmlscraper


When the installation is done, you can use html-scraper in your project.
A guide is provided in the usage section.