/Web-SiteChangeNotificator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Web-SiteChangeNotificator

Webサイトが変更されたことを検知してLINEに通知します。 It detects changes on your website and notifies to your LINE.

解説記事 explanation article

【自動化】WEBサイトの変更を検知してLINEに通知する

Required

  • python3
    • urllib
    • beautifulsoup4

使い方 Usage

  1. このリポジトリをクローンする clone this repository
  2. パスをクローンしたリポジトリのパスに置き換える replace パス with your path to cloned repository
  3. 変更を検知したいURLを自分が変更を検知したいURLに置き換える replace 変更を検知したいURL with your URL to detect the change
  4. LINE Notifyでサインアップし、アクセストークンを入手する Sign up LINE Notify and get API token
  5. アクセストークンを入手したアクセストークンに置き換える replace アクセストークン with API token you got
  6. cronのようなもので定期実行する run this program regularly with something like cron