UNPKG

scrapper-tools

Version:

Modern way to scrape modern websites

12 lines (8 loc) 192 B
import { fastPage } from "../" async function main() { let page = await fastPage().newPage() await page.goto("https://bot.sannysoft.com/") } main().catch((e) => { console.error(e) })