oldas.states
Provides constants for the states.
State
Bases: StrEnum
TheOldReader state names.
BROADCAST
class-attribute
instance-attribute
BROADCAST = 'user/-/state/com.google/broadcast'
The article has been shared.
FRESH
class-attribute
instance-attribute
FRESH = 'user/-/state/com.google/fresh'
An article that is considered fresh.
KEPT_UNREAD
class-attribute
instance-attribute
KEPT_UNREAD = 'user/-/state/com.google/kept-unread'
An article was marked by the user to be kept unread.
LIKE
class-attribute
instance-attribute
LIKE = 'user/-/state/com.google/like'
The article has been liked.
READ
class-attribute
instance-attribute
READ = 'user/-/state/com.google/read'
An article that has been read.
READING_LIST
class-attribute
instance-attribute
READING_LIST = 'user/-/state/com.google/reading-list'
The article is part of the user's reading list.
STARRED
class-attribute
instance-attribute
STARRED = 'user/-/state/com.google/starred'
An article that has been starred.