跳转至

posts

FragImage_p dataclass

图像碎片

Attributes:

Name Type Description
src str

小图链接

big_src str

大图链接

origin_src str

原图链接

origin_size int

原图大小

show_width int

图像在客户端预览显示的宽度

show_height int

图像在客户端预览显示的高度

hash str

百度图床hash

FragVideo_p dataclass

视频碎片

Attributes:

Name Type Description
src str

视频链接

cover_src str

封面链接

duration int

视频长度 以秒为单位

width int

视频宽度

height int

视频高度

view_num int

浏览次数

Contents_p dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_p]

表情碎片列表

imgs list[FragImage_p]

图像碎片列表

ats list[FragAt_p]

@碎片列表

links list[FragLink_p]

链接碎片列表

tiebapluses list[FragTiebaPlus_p]

贴吧plus碎片列表

video FragVideo_p

视频碎片

voice FragVoice_p

音频碎片

Contents_pc dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_pc]

表情碎片列表

ats list[FragAt_pc]

@碎片列表

links list[FragLink_pc]

链接碎片列表

tiebapluses list[FragTiebaPlus_pc]

贴吧plus碎片列表

voice FragVoice_pc

音频碎片

UserInfo_p dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

level int

等级

glevel int

贴吧成长等级

gender int

性别

ip str

ip归属地

icons list[str]

印记信息

is_bawu bool

是否吧务

is_vip bool

是否超级会员

is_god bool

是否大神

priv_like PrivLike

关注吧列表的公开状态

priv_reply PrivReply

帖子评论权限

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

Comment_p dataclass

楼中楼信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_pc

正文内容碎片列表

fid int

所在吧id

fname str

所在贴吧名

tid int

所在主题帖id

ppid int

所在楼层id

pid int

楼中楼id

user UserInfo_p

发布者的用户信息

author_id int

发布者的user_id

reply_to_id int

被回复者的user_id

floor int

所在楼层数

agree int

点赞数

disagree int

点踩数

create_time int

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

is_thread_author bool

是否楼主

Post dataclass

楼层信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_p

正文内容碎片列表

sign str

小尾巴文本内容

comments list[Comment_p]

楼中楼列表

is_aimeme bool

是否是AI生成的表情包

fid int

所在吧id

fname str

所在贴吧名

tid int

所在主题帖id

pid int

回复id

user UserInfo_p

发布者的用户信息

author_id int

发布者的user_id

vimage VirtualImage_p

虚拟形象信息

floor int

楼层数

reply_num int

楼中楼数

agree int

点赞数

disagree int

点踩数

create_time int

创建时间

is_thread_author bool

是否楼主

Page_p dataclass

页信息

Attributes:

Name Type Description
page_size int

页大小

current_page int

当前页码

total_page int

总页码

total_count int

总计数

has_more bool

是否有后继页

has_prev bool

是否有前驱页

Forum_p dataclass

吧信息

Attributes:

Name Type Description
fid int

贴吧id

fname str

贴吧名

category str

一级分类

subcategory str

二级分类

member_num int

吧会员数

post_num int

发帖量

FragImage_pt dataclass

图像碎片

Attributes:

Name Type Description
src str

小图链接 宽580px

big_src str

大图链接 宽720px

origin_src str

原图链接

show_width int

图像在客户端预览显示的宽度

show_height int

图像在客户端预览显示的高度

hash str

百度图床hash

Contents_pt dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_pt]

表情碎片列表

imgs list[FragImage_pt]

图像碎片列表

ats list[FragAt_pt]

@碎片列表

links list[FragLink_pt]

链接碎片列表

tiebapluses list[FragTiebaPlus_pt]

贴吧plus碎片列表

video FragVideo_pt

视频碎片

voice FragVoice_pt

音频碎片

UserInfo_pt dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

level int

等级

glevel int

贴吧成长等级

ip str

ip归属地

icons list[str]

印记信息

is_bawu bool

是否吧务

is_vip bool

是否超级会员

is_god bool

是否大神

priv_like PrivLike

关注吧列表的公开状态

priv_reply PrivReply

帖子评论权限

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

ShareThread_pt dataclass

被分享的主题帖信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_pt

正文内容碎片列表

title str

标题内容

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

author_id int

发布者的user_id

vote_info VoteInfo

投票内容

Thread_p dataclass

主题帖信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_pt

正文内容碎片列表

title str

标题

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

pid int

首楼回复pid

user UserInfo_pt

发布者的用户信息

author_id int

发布者的user_id

type int

帖子类型

is_share bool

是否分享帖

is_help bool

是否为求助帖

vote_info VoteInfo

投票信息

share_origin ShareThread_pt

转发来的原帖内容

view_num int

浏览量

reply_num int

回复数

share_num int

分享数

agree int

点赞数

disagree int

点踩数

create_time int

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

Posts dataclass

回复列表

Attributes:

Name Type Description
objs list[Post]

回复列表

err Exception | None

捕获的异常

page Page_p

页信息

has_more bool

是否还有下一页

forum Forum_p

所在吧信息

thread Thread_p

所在主题帖信息