CachedTwitterUser
Documentation for eth_defi.feed.twitter_api.CachedTwitterUser Python class.
- class CachedTwitterUser
Bases:
objectCached user metadata from a handle-to-ID lookup.
Attributes summary
Numeric X user ID (stable identity).
Display name at the time of lookup.
Handle at the time of lookup.
When this entry was last resolved from the API.
Methods summary
__init__(user_id, name, handle, fetched_at)- user_id: str
Numeric X user ID (stable identity).
- name: str
Display name at the time of lookup.
- handle: str
Handle at the time of lookup.
- fetched_at: str
When this entry was last resolved from the API.