CSDN 博客自动发布脚本(Python 含自动登录、定时发布)

文章目录

    • [关于 csdn auto publisher](#关于 csdn auto publisher)
    • 使用

关于 csdn auto publisher

源码地址:https://github.com/ezscode/csdn_auto_publisher


使用

python 复制代码
def test_simple_pub():
    file_path = '/Users/xx/Documents/xxx/tool.md' 
    article = Article(file_path) 
    article.tags = ['python'] 
    article.cover_img_path = '/Users/xx/Pictures/存图/exo-logo.png'
    article.categories = ['Python'] 
    # article.categories = ['Python'] 
    print('-- title : ', article.title) 
    # print(article.content) 
    ret = csdn_publisher(driver, article)

2024-11-26

相关推荐
hui函数15 分钟前
Python系列Bug修复|如何解决 pip install 报错 ModuleNotFoundError: No module named ‘pygame’ 问题
python·bug·pip
xcLeigh16 分钟前
Python入门:Python3 operator模块全面学习教程
开发语言·python·学习·教程·python3·operator
xcLeigh16 分钟前
Python小游戏实战:实现2048游戏小游戏附源码
python·游戏·教程·pygame·2048·python3
大叔带刺17 分钟前
使用python创建自己的专属星座签名APP:Name2Constell
开发语言·python·pygame
weixin_4684668534 分钟前
Markitdown 文档解析快速入门指南
开发语言·python·自动化·编程
我材不敲代码37 分钟前
Python基础:注释的写法(单行、多行、文档注释)
服务器·python·microsoft
海鸥-w37 分钟前
前端学python 第一课安装python环境及开发工具下载安装
python
浮生望38 分钟前
Prompt Engineering 实战指南:用 DeepSeek API 写出高质量提示词
python·llm
To_OC1 小时前
Python 字典和集合,原来底层是这么玩的
python
星卯教育tony1 小时前
CIE中国电子学会2026年3月c++ Python scratch 机器人真题试卷含参考答案
c++·python·scratch·电子学会