前言
众所周知, CSDN有点越来越恶心, 广告也越来越多, 但是之前在CSDN发布的文章的作用不能这样就丢了呀。所以写了个脚本, 给CSDN中的每篇文章开头加入新博客网站的地址, 以此来引流。
Github 仓库 => https://github.com/VonSdite/CSDN_AddSomethingToYourBlog
环境
需要有Chrome
- 有Chrome浏览器
- 下载Chrome对应的ChromeDriver(点击找到对应版本下载), 并配置到环境变量中
Python第三方库
1. selenium
通过pip install selenium
安装
2. configobj
通过pip install configobj
安装
使用
- 只需要在config.ini文件中配置好
- 你的CSDN账号
- 你的CSDN密码
- 将要在文章开头添加的
- 然后 运行
AddSomethingToYourBlog.py
即可
AddSomethingToYourBlog.py
1 | import time |