跳转至

threads

FragImage_t dataclass

图像碎片

Attributes:

Name Type Description
src str

小图链接 宽720px 一定是静态图

big_src str

大图链接 宽960px

origin_src str

原图链接

origin_size int

原图大小

show_width int

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

show_height int

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

hash str

百度图床hash

Contents_t dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_t]

表情碎片列表

imgs list[FragImage_t]

图像碎片列表

ats list[FragAt_t]

@碎片列表

links list[FragLink_t]

链接碎片列表

tiebapluses list[FragTiebaPlus_t]

贴吧plus碎片列表

video FragVideo_t

视频碎片

voice FragVoice_t

音频碎片

Page_t dataclass

页信息

Attributes:

Name Type Description
page_size int

页大小

current_page int

当前页码

total_page int

总页码

total_count int

总计数

has_more bool

是否有后继页

has_prev bool

是否有前驱页

UserInfo_t 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 Gender

性别

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

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

FragImage_st 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_st dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_st]

表情碎片列表

imgs list[FragImage_st]

图像碎片列表

ats list[FragAt_st]

@碎片列表

links list[FragLink_st]

链接碎片列表

tiebapluses list[FragTiebaPlus_st]

贴吧plus碎片列表

video FragVideo_st

视频碎片

voice FragVoice_st

视频碎片

ShareThread dataclass

被分享的主题帖信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_st

正文内容碎片列表

title str

标题内容

author_id int

发布者的user_id

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

pid int

首楼的回复id

vote_info VoteInfo

投票内容

Thread dataclass

主题帖信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_t

正文内容碎片列表

title str

标题

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

pid int

首楼回复pid

user UserInfo_t

发布者的用户信息

author_id int

发布者的user_id

vimage VirtualImage_t

虚拟形象信息

type int

帖子类型

tab_id int

帖子所在分区id

is_good bool

是否精品帖

is_top bool

是否置顶帖

is_share bool

是否分享帖

is_hide bool

是否被屏蔽

is_livepost bool

是否为置顶话题

is_help bool

是否为求助帖

vote_info VoteInfo

投票信息

share_origin ShareThread

转发来的原帖内容

view_num int

浏览量

reply_num int

回复数

share_num int

分享数

agree int

点赞数

disagree int

点踩数

create_time int

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

last_time int

最后回复时间 10位时间戳 以秒为单位

Forum_t dataclass

吧信息

Attributes:

Name Type Description
fid int

贴吧id

fname str

贴吧名

category str

一级分类

subcategory str

二级分类

member_num int

吧会员数

post_num int

发帖量

thread_num int

主题帖数

has_bawu bool

是否有吧务

has_rule bool

是否有吧规

Threads dataclass

主题帖列表

Attributes:

Name Type Description
objs list[Thread]

主题帖列表

err Exception | None

捕获的异常

page Page_t

页信息

has_more bool

是否还有下一页

forum Forum_t

所在吧信息

tab_map dict[str, int]

分区名到分区id的映射表