Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Monitor

Monitors websites for changes, and sends an email notification when one is detected.

Installation

  git clone https://github.com/DevinParentice/website-watcher.git
  cd website-watcher

Run Locally

Backend

Create a .env file to the /backend folder and format it as such (replace with your own):

EMAIL_PASSWORD=example password
RECIPIENT_EMAIL=test@example.com
SENDER_EMAIL=test@example.com

To start the backend server, run the below commands:

cd backend
pip install -r requirements.txt
python app.py

To run the watcher, open a new terminal and run:

python watcher.py

Frontend

To start the frontend, run the below commands:

cd frontend
yarn install
yarn build
yarn start

Frontend in Development Mode

To start the frontend in development mode, run the below command:

yarn dev

About

Monitors websites for changes, and sends an email notification when one is detected.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages