每日自动抓取知乎热榜,之后转换成 Markdown 文件并构造静态网站
https://github.com/songquanpeng/zhihu-archiver.git
在线预览:https://zhihu.justsong.cn/
仓库地址:https://github.com/songquanpeng/zhihu-archiver
sudo apt install python-is-python3 python3-pip
pip install -r requirements.txt
chmod u+x ./update.sh;0 18 * * * cd /path/to/zhihu-archiver && ./update.sh