Skip to content

Parsers

flowtask.components.ServiceScrapper.parsers

base

ScrapperBase

ScrapperBase(*args, **kwargs)

Bases: SeleniumService, HTTPService

ScrapperBase Model.

Define how scrappers should be work.-

connect abstractmethod async
connect()

Creates the Driver and Connects to the Site.

disconnect abstractmethod async
disconnect()

Disconnects the Driver and closes the Connection.

start async
start()

Starts de Navigation to Main Site.

costco

CostcoScrapper

CostcoScrapper(*args, **kwargs)

Bases: ScrapperBase

connect async
connect()

Creates the Driver and Connects to the Site.

disconnect async
disconnect()

Disconnects the Driver and closes the Connection.

product_information async
product_information(response, idx, row)

Get the product information from Costco.

special_events async
special_events(response, idx, row)

Get the special events from Costco.