Giter VIP home page Giter VIP logo

website-change-detector's Introduction

Website Change Detector

  • Detects website changes (full/part of) using image / html / text comparisons and emails the user a file with the changes highlighted.

  • User can set a threshold value (default = 1.0).

  • For tracking a part of webpage use XPath of the element.

Demo

Home page

Home

Form page

Form

Console page

Console

Profile page

Profile

Email SS

Email

Image Mode

Image

Text Mode

Text

HTML Mode

HTML

Adding env variables

  • Add env variables to ".env.test" and rename it to ".env"

Installation

$ python -m venv venv
$ source venv/Scripts/activate
(venv) pip install -r requirements.txt
(venv) cd website-change-detector
(venv) python manage.py makemigrations
(venv) python manage.py migrate
(venv) python manage.py createsuperuser
(venv) python manage.py runserver

Celery run command

Run both commands on separate terminals

celery -A website_change_detector.celery worker --pool=solo -l info
celery -A website_change_detector beat -l info

If you want to run in background

celery -A website_change_detector.celery worker --pool=solo -l info --logfile=celery.log --detach
celery -A website_change_detector beat -l info --logfile=celery.beat.log --detach 

Test Coverage

coverage run manage.py test && coverage report && coverage html

Running Tests

To run tests, run the following command

python manage.py test

Deploy to Heroku

https://devcenter.heroku.com/articles/getting-started-with-python

https://realpython.com/django-hosting-on-heroku/

website-change-detector's People

Stargazers

 avatar

Watchers

 avatar

website-change-detector's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.