Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 773 Bytes

seleniumonitor

Introduction

Website change detection monitoring based on selenium

Notification Support

  • Mail
  • Line Notify

Requirements

  • mail command on Linux
    • sudo apt-get install mailutils
  • Line Notify token
  • Chrome Driver
  • packages
    • pip3 install -r requirements.txt

Configuration

  • .env
    • rename .env.example to .env and set variable properly

Run

  • python3 main.py

Reference