redditwarp.models.user_summary#

class redditwarp.models.user_summary.UserSummary(d: Mapping[str, Any], id36: str)[source]#

Bases: object

d: Mapping[str, Any]#
id36: str#

ID of the user account as a base 36 number.

idn: int#

ID of the user account.

id: int#

Same as idn.

name: str#

Name of the user.

created_ut: int#

Unix timestamp of when the user account was created.

post_karma: int#
comment_karma: int#
profile_img: str#
profile_color: str#
subreddit_nsfw: bool#

Whether the user’s user subreddit is NSFW.