·设为首页收藏本站📧邮箱修改🎁免费下载专区💎积分✅卡密📒收藏夹👽聊天室
返回列表 发布新帖

小旋风蜘蛛池pro版本文章入库python代码

125 0
发表于 2023-7-16 16:48:23 | 查看全部 阅读模式

马上注册,免费下载更多dz插件网资源。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
  1. import requestsimport globimport osfrom concurrent.futures import ThreadPoolExecutorfiles = glob.glob('./文章/*.txt')HEADERS = {    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.139 Safari/537.36",    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",}def postxxf(f):    with open(f,"rb") as fd:        content = fd.read().decode("utf-8")    title = os.path.basename(f).split(".")[0]    try:        rsp = requests.post("你的小旋风发布接口", timeout=30, headers=HEADERS, data={"title": title, "body": content})        print("正在发布:", title)        print(rsp.json()["msg"])    except Exception as e:        print("小旋风发布出错", e)if __name__ == "__main__":    published_titles = set()    publish_count = 0        with ThreadPoolExecutor(max_workers=20) as tdp:        for f in files:            title = os.path.basename(f).split(".")[0]                        if title in published_titles:                print("已发布:", title)                continue                        tdp.submit(postxxf, f)                        published_titles.add(title)            publish_count += 1                tdp.shutdown(wait=True)            print("发布总数:", publish_count)
复制代码
原文地址:https://xinchengxu.com/code/33998.html
由qq好友提供,方便把本地文章灌入pro版本的小旋风
我要说一句 收起回复

回复

 懒得打字嘛,点击右侧快捷回复【查看最新发布】   【应用商城享更多资源】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

图文热点
创宇盾启航版免费网站防御网站加速服务
投诉/建议联系

discuzaddons@vip.qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,按照公告处理!!!
  • 联系QQ客服
  • 添加微信客服

联系DZ插件网微信客服|最近更新|Archiver|手机版|小黑屋|DZ插件网! ( 鄂ICP备20010621号-1 )|网站地图 知道创宇云防御

您的IP:13.59.95.170,GMT+8, 2024-11-22 06:34 , Processed in 0.233254 second(s), 77 queries , Gzip On, Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2024 Discuz! Team.

关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表