CollectedPost

Documentation for eth_defi.feed.database.CollectedPost Python class.

class CollectedPost

Bases: object

A single normalised post ready for database insertion.

Attributes summary

external_post_id

title

post_url

published_at

fetched_at

short_description

full_text

ai_summary

raw_payload

Methods summary

__init__(external_post_id, title, post_url, ...)

__init__(external_post_id, title, post_url, published_at, fetched_at, short_description, full_text, ai_summary=None, raw_payload=None)
Parameters
Return type

None