Skip to content

Commit

Permalink
demo added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronik22 committed Aug 3, 2022
1 parent 71a9ee8 commit 573a305
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,45 @@
# website-change-detector
- Detects website changes (full/part of) using image / html / text comparisons and emails the user a file with the changes highlighted.
# Website Change Detector

- User can set a threshold value (default = 1.0).
- 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](./demo/home.png)

### Form page

![Form](./demo/add.png)

### Console page

![Console](./demo/console.png)

### Profile page

![Profile](./demo/profile.png)

### Email SS

![Email](./demo/email.png)

### Image Mode

![Image](./demo/imgc.png)

### Text Mode

![Text](./demo/textc.png)

### HTML Mode

![HTML](./demo/htmlc.png)

## Adding env variables

- Add env variables to ".env.test" and rename it to ".env"
Expand Down Expand Up @@ -32,6 +67,7 @@ celery -A website_change_detector beat -l info
```

If you want to run in background

```bash
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
Expand Down
Binary file added demo/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/htmlc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/imgc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/textc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 573a305

Please sign in to comment.