Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RSS フィードに関連付けられていないブログがあり、このブログに関する通知に登録していないと仮定すると、新しい投稿が公開されるたびに「知る」ことができるようにしたいと考えています。
それを行う方法はありますか?私は一般的な解決策を探しています...
疑似 cron スクリプト、/1 を実行 * * * *
curl http://thatguysblog.html -> latest.blog; grep latest.blog "posted at $1\n"; readf previous.time; If (unixtime($1) > $previoustime) { send SMS me@myphone.com "OMG, a new blog post!!!"; } printf $1 previous.time;