cisticola.transformer package

Submodules

cisticola.transformer.twitter module

class cisticola.transformer.twitter.TwitterTransformer

Bases: cisticola.transformer.Transformer

A Twitter specific ScraperResult, with a method ETL/transforming

transform(data: cisticola.base.ScraperResult) cisticola.base.TransformedResult

Module contents

class cisticola.transformer.Transformer

Bases: object

Interface class for transformers

can_handle() bool
transform() cisticola.base.TransformedResult