跳转至

profile

VirtualImage_pf dataclass

虚拟形象信息

Attributes:

Name Type Description
enabled bool

是否启用虚拟形象

state str

虚拟形象状态签名

UserInfo_pf dataclass

用户信息

Attributes:

Name Type Description
err Exception | None

捕获的异常

user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

tieba_uid int

用户个人主页uid

glevel int

贴吧成长等级

gender Gender

性别

age float

吧龄 以年为单位

post_num int

发帖数

agree_num int

获赞数

fan_num int

粉丝数

follow_num int

关注数

forum_num int

关注贴吧数

sign str

个性签名

ip str

ip归属地

icons list[str]

印记信息

vimage VirtualImage_pf

虚拟形象信息

is_vip bool

是否超级会员

is_god bool

是否大神

is_blocked bool

是否被永久封禁屏蔽

priv_like PrivLike

关注吧列表的公开状态

priv_reply PrivReply

帖子评论权限

nick_name str

用户昵称

show_name str

显示名称

log_name str

用于在日志中记录用户信息

FragImage_pf dataclass

图像碎片

Attributes:

Name Type Description
src str

大图链接 宽960px

origin_src str

原图链接

width int

图像宽度

height int

图像高度

hash str

百度图床hash

Contents_pf dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_pf]

表情碎片列表

imgs list[FragImage_pf]

图像碎片列表

ats list[FragAt_pf]

@碎片列表

links list[FragLink_pf]

链接碎片列表

video FragVideo_pf

视频碎片

voice FragVoice_pf

音频碎片

Thread_pf dataclass

主题帖信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_pf

正文内容碎片列表

title str

标题

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

pid int

首楼回复pid

user UserInfo_pf

发布者的用户信息

author_id int

发布者的user_id

vote_info VoteInfo

投票信息

view_num int

浏览量

reply_num int

回复数

share_num int

分享数

agree int

点赞数

disagree int

点踩数

create_time int

创建时间 10位时间戳 以秒为单位

Homepage dataclass

用户个人页信息

Attributes:

Name Type Description
objs list[Thread_pf]

用户发布主题帖列表

err Exception | None

捕获的异常

user UserInfo_pf

用户信息