TrackedPostSource

Documentation for eth_defi.feed.sources.TrackedPostSource Python class.

class TrackedPostSource

Bases: object

A single logical source mapping for feed collection.

Attributes summary

feeder_id

name

role

website

source_type

source_key

canonical_url

mapping_file

Methods summary

__init__(feeder_id, name, role, website, ...)

get_logical_key()

Return the natural unique key for this source.

__init__(feeder_id, name, role, website, source_type, source_key, canonical_url, mapping_file)
Parameters
Return type

None

get_logical_key()

Return the natural unique key for this source.

Return type

tuple[str, str, str, str]