Skip to main content
Module

x/pastedeno/mod.ts>ScrapeOptions

Universal Pastebin client for Deno/Node
Latest
interface ScrapeOptions
import { type ScrapeOptions } from "https://deno.land/x/pastedeno@0.6.0/mod.ts";

Properties

optional
intervalTime: number

The interval time in milliseconds between scrapes.

optional
autoStart: boolean

Whether to start scraping immediately.

optional
limit: number

The maximum number of pastes to scrape per interval.

optional
breakOnError: boolean

Whether to stop scraping when an error occurs.