博客上的新帖
答
伪cron的脚本,运行/ 1 * * * *
curl http://thatguysblog.html -> latest.blog;
grep latest.blog "posted at $1\n";
readf previous.time;
If (unixtime($1) > $previoustime) {
send SMS [email protected] "OMG, a new blog post!!!";
}
printf $1 previous.time;
打开浏览器,浏览博客,检查是否有一个新的职位。说真的,你需要更具描述性......你想以编程的方式来做它吗?用什么语言?对特定的博客平台感兴趣? – nico
我需要它是平台独立的,最好用PHP – user1709062