Skip to content

HalfdogStudio/topswim

 
 

Repository files navigation

游泳日报

参见http://swim.reverland.org

爬虫与更新脚本

主脚本:

update.sh负责每日更新, 84628为pid, 7为待抓取层数.

sh ./update.sh 84268 7

rebuild.sh重建所有页面

sh rebuild.sh

辅助脚本:

topswim.py是爬虫,参数分别为帖子号tid,爬取层数,标志位(更新1或者重构2)

python topswim.py 73347 11 1

update_index.py更新主页

python update_index.py

update_toc.py更新总目录

python update_toc.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.7%
  • Shell 23.3%