Skip to content

Reviewscrap

flowtask.components.reviewscrap

ReviewScrapper

ReviewScrapper(loop=None, job=None, stat=None, **kwargs)

Bases: FlowComponent, SeleniumService, HTTPService

chunkify

chunkify(lst, n)

Split list lst into chunks of size n.

bad_gateway_exception

bad_gateway_exception(exc)

Check if the exception is a 502 Bad Gateway error.