🙆‍♀️

サイトの生存確認

2024/04/13に公開

はじめに

サイトが動いているかをスクレイピングによって確認する

なお、スクレイピングが許可されているか確認すること
https://zenn.dev/keisuke114/scraps/96ac6f047f8dfe

初期導入

https://docs.google.com/spreadsheets/d/140dF6Na1uGWs6LahJXIRBQv4LZUvbuPqlPRfcBliquI/edit?usp=sharing
をコピー

URLに取得したいサイトのURLを記載

処理「main」をトリガー設定
https://note.com/karada1/n/n5e6cebd7c057

結果

仕様

  • 1セルに50000字未満しか記述できないため、10000字に絞ってセルに記載している

code

https://github.com/nag8/checkSiteAlive/blob/main/src/main.js

https://github.com/nag8/checkSiteAlive/blob/main/src/class/Order.js

https://github.com/nag8/checkSiteAlive/blob/main/src/sheet.js

https://github.com/nag8/checkSiteAlive/blob/main/src/baseSheet.js

参考

https://uechannel.com/saite_url-1398/
https://tshinobu.com/lab/get-page-link/

Discussion