看了 Zhheo 的使用 Python 来检查友链的文章(Python 一键检查 Butterfly 主题友情链接可用性脚本 | 张洪 Heo)后,突发灵感写了一个带 UI 的反链检查工具。

源代码仓库

友情链接获取

与 Python 脚本不同,本工具直接解析 html 获取友情链接。

1
//div[@class='flink-list-item']

运行

二进制文件

可以从网盘中直接下载编译好的 window x64 的可执行文件

https://wwep.lanzoul.com/iTe6b2txkxwf

源代码运行

需要 .Net sdk 8.0

1
2
3
git clone https://github.com/Yep312/Hexo.Butterfly.BackLinksChecker.git
cd Hexo.Butterfly.BackLinksChecker
dotnet run

这个项目写的比较匆忙,代码写得比较随意。欢迎大家提 PR 为项目贡献!ヾ(•ω•`)o