cisticola.transformer package¶
Submodules¶
cisticola.transformer.twitter module¶
- class cisticola.transformer.twitter.TwitterTransformer¶
Bases:
cisticola.transformer.TransformerA Twitter specific ScraperResult, with a method ETL/transforming
- transform(data: cisticola.base.ScraperResult) cisticola.base.TransformedResult¶
Module contents¶
- class cisticola.transformer.Transformer¶
Bases:
objectInterface class for transformers
- can_handle() bool¶
- transform() cisticola.base.TransformedResult¶