Coder Social home page Coder Social logo

dgtlmoon / changedetection.io Goto Github PK

View Code? Open in Web Editor NEW
16.5K 74.0 912.0 8.18 MB

The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification

Home Page: https://changedetection.io

License: Apache License 2.0

Python 71.75% Dockerfile 0.24% CSS 4.16% HTML 11.97% JavaScript 7.70% Shell 0.76% SCSS 3.41%
website-monitor website-monitoring change-detection monitoring self-hosted change-alert change-monitoring website-change-monitor url-monitor changedetection

changedetection.io's People

Contributors

al2klimov avatar alexanders avatar amalani avatar amrohendawi avatar andrewkvalheim avatar apeabody avatar billmetangmo avatar bwees avatar calvinbui avatar constantin1489 avatar dependabot[bot] avatar dgtlmoon avatar entepotenz avatar fabaff avatar freddieleeman avatar fuzzymistborn avatar glassedsilver avatar hmmbob avatar jtagcat avatar kruton avatar lflare avatar marceloalencar avatar meilon avatar shraymonks avatar tbhi avatar theconner avatar timlod avatar tonineri avatar unpublished avatar zznidar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

changedetection.io's Issues

[feature] Individual timers

It would be really useful to be able to set the polling frequency individually per monitored site.

Some sites I need hourly checks and some is enough with monthly. Then it makes sense to spare the server 719 unnecessary requests every month.

arm32v7 support

Hi! I don't know how to install it.

`admin@myNode:~/changedetection.io $ docker run -d --restart always -p "192.168.1.62:5000:5000" -v datastore-volume:/datastore dgtlmoon/changedetection.io
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

admin@myNode:~/changedetection.io $ uname -an
Linux myNode 5.4.83-v7l+ #1379 SMP Mon Dec 14 13:11:54 GMT 2020 armv7l GNU/Linux
`

Smart ignore

Better would be a way to click on the diff text (green/red insert/delete) and have some mechanism that lets us tell the machine that we want to ignore that block

can be based on context of the above 2 and below 2 lines

run before generating the checksum

maybe using the text highlight JS to get the lines/text selected, then we know where to set the context

and/or click on an individual line to add that ignore text to a config

[feature] Notification only when a certain "text" appears on the website

Hi guys,

Is there a way to get notified only when a certain "text" appears on the website ?

For example to monitor the content of certain websites for specific keywords ? And only when those keywords appear on the website to get notified ?

I tried the "tag" option, but it doesn't seem to work. For example I'm trying to watch certain websites for "FDA approvals", is there a way for this tool to include, notifications for keywords like "FDA"

Test notifications are not working

Hi there, thanks for your tool.
I can't get the test notifications working.

Steps to reproduce

  1. Add new URL
  2. Add apprise URLs to "Notification URLs"
  3. Check checkbox "Send test notification on save."
  4. Click on "Save"

Expected behavior

The tool sends out a test notification to the given URLs

Actual behavior

No notification is sent.

recheck interval

I currently have the interval set to 12 minutes however the last checked is 2 hours, isn't it supposed to be 12 minutes maximum ?

Screenshot from 2021-03-17 08-29-40

Feature request: Email notification

Looking to use this instead of visualping but I need email notifications.

Whats the best way to hack that together with this application? (if at all possible) #

KeyError when pressing Backup

Hi, thanks for the great project!

I have just installed your latest version of the project on my Ubuntu bionic machine and when I click on Backup in the webview, I get the following error:

Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/eventlet/wsgi.py", line 573, in handle_one_response result = self.application(self.environ, start_response) File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2464, in __call__ return self.wsgi_app(environ, start_response) File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2450, in wsgi_app response = self.handle_exception(e) File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1867, in handle_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise raise value File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise raise value File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/usr/local/lib/python3.8/site-packages/flask_login/utils.py", line 269, in decorated_view return func(*args, **kwargs) File "/app/backend/__init__.py", line 582, in get_backup backup_filepath = os.path.join(app.config['datastore_path'], backupname) KeyError: 'datastore_path'

Best regards,
st4hli

Ability to skip content on 500,503 etc server status replies

        "5f3b8505-0a97-4b3c-8ba3-d570eb8f1d41": {
            "url": "http://deadmetalclothing.bigcartel.com",
            "tag": "",
            "last_checked": 1614755165,
            "last_changed": 1614755165,
            "last_viewed": 1613930169,
            "newest_history_key": "1614755165",
            "title": null,
            "previous_md5": "6c7060bf62b5c90e298b641f2affab20",
            "uuid": "5f3b8505-0a97-4b3c-8ba3-d570eb8f1d41",
            "headers": {},
            "history": {
                "1612559229": "/datastore/5f3b8505-0a97-4b3c-8ba3-d570eb8f1d41/ea6644dcd0070f732884711f3de49e2b.stripped.txt",
                "1613930169": "/datastore/5f3b8505-0a97-4b3c-8ba3-d570eb8f1d41/ea6644dcd0070f732884711f3de49e2b-1613930170.0731645.stripped.txt",
                "1614755165": "/datastore/5f3b8505-0a97-4b3c-8ba3-d570eb8f1d41/6c7060bf62b5c90e298b641f2affab20-1614755173.1128836.stripped.txt"
            },
            "ignore_text": [],
            "last_error": false,
            "last_check_status": 503,
            "viewed": false
        },

I think nearly always the content could be ignored?

image

Should be configurable tho, incase someone is actually wanting to see that content

Feature Request: Support CSS Selectors to Target Specific Part(s) of the Page

Even a timestamp change displayed on the web page will cause a false positive changedetection. All of the pages that I'd like to monitor have minor updates like this, which means that I can't utilise changedetection.io currently.

It would be great if you could target specific areas of the page, using CSS Selectors.

[Feature] Add diff-URL to BASE-URL in notifications

First of all: thank you for your work!

I've seen you recently added "BASE URL" to notifications if it is set in the docker-compose-file (#65 ). Is it possible to also append the diff-URL for the specific website which has changed so that one can click this URL in the notification to directly navigate to [BASE-URL]/diff/[uuid]?

Thanks for your efforts and kind regards.

[feature] Notification - Add URL to changedetection.io webpage

First of all, thank you for this project.

I'm currently using a lot of notifications, these are working pretty fine.
It would be great, if you can add an URL for the webpage/UI to the notification. So you can easily navigate to the webui after you receive anotification.
Maybe it would be good to set these URL on the settingspage or as a docker variable.

Thank you in advance.

Include details of the change in the RSS feed and notifications

Currently all that appears in the RSS feed is the name of the page that has changed, clicking the link also just takes you to the page in question. Would it be possible to either include the details of what has changed in the feed or link through to the changedetection.io page that shows the differences?

image

Ideas for improved diff

Some libraries to check out

UX ideas

  • Maybe limit the red/green changes to within +/- n number of lines of context (don't show the whole text)
  • Add a jump/scroll-to button to get to the diff
  • View all context's of all diff's in all websites as one page (for example, nice to check all the sites in the morning and see them all as one 'stream')

[Feat] Notification on page change

It would be nice to have the ability to send a notification when a web page change.
But it would be a hassle to implement all notification channel. (Email, Slack, Telegram, Pushover, Gotify,.....)
Maybe a simple bash script can be called with v-env that indicates the web page that changed.

Settings page not working on mobile android

The settings page doesn't work properly on an android phone on Chrome, even with the 'desktop site' option. Can't access the left side of the page even with zooming/scrolling. Other pages seem fine.

Please allow refreshs every minute or under one minute...minimum refresh is at 5 minutes

your tool seems to be working pretty well for a persons who don't need refreshes very often...Is there a way I can customize your tool to detect changes to webpages every 1 minute or 30 seconds ?

I'm trying to watch some press releases website for some hot stocks, on specific tags and 5 minutes is a lot of time on the stock market...It would be great if you could give the possibility for the user to customize the refresh rate for a minute or 30 seconds...

I'm sure a lot of traders will use it if you can drop under 1 minute...information is power and finding out first about your stock can make the difference between winning or loosing...

If you don't have time to upgrade the tool to my request, I have some limited python skills myself, I could try to modify your tool myself if you can share some insight on where to check the time interval inside your code...

thanks and waiting to hear from you

Docker container does not update 'minutes_between_check' settings properly

I've been having issues updating settings for sites. I'm using the 0.31 container and these are the things I've noticed

  1. minutes_between_check Settings are only applied when restarting container even though I'm using the webpage to update them and I can see the url-watches.json file being updated. Personally not a problem for me, but I didn't see it in the documentation and think it could be helpful to know.
  2. Some sites share the same individual settings. changing one specific one changes the other.

[BUG] Delete data when deleting entry

I've deleted your sample entries from my dashboard, but that didn't clean up the data folder as I would have expected it. The old directories are still available and have not been deleted with the entry.

Create an RSS feed from change

This is a follow-up idea to #2 where the change can be highlighted, and whenever such a change on the website occurs, an RSS feed entry could be made. This might exchange for some the need for notification on the webpage...

Restoring backup?

Is there a way to restore a backup besides manually extracting the zipped backup file to the new location on the filesystem?

[feature] use page title, or custom page title, instead of URL in the list of monitored pages

Currently:
The URL is used as the title, which makes finding pages in a long list quite difficult - especially if there's multiple URLs with only a numeric ID in the querystring.

image

Feature request:
Ability to add a custom page title, instead of using the URL. When fetching the page, grab the <title/> and automatically use that, and allow the user to override the <title/> with their own if they prefer (similar to versionista).

In the list of monitored pages, use the page <title/> by default, or custom title set by the user.

cant sponsor

when i press button i get

Sponsor dgtlmoon/changedetection.io
Some errors were encountered when parsing the FUNDING.yml file:

Some users provided are not enrolled in GitHub Sponsors. Apply to Sponsors.
Learn more about formatting FUNDING.yml.

Please turn JavaScript on and reload the page

Hello,
thank you for this awesome tool.

I noticed that it doesn't work on some pages, I suppose it is for Cloudflare ddos protection.

Please` turn JavaScript on and reload the page.
                                               
 DDoS protection by Cloudflare                 
                                               
 Ray ID: xxxxxxxxxxxxxxxx

Do you know if it's possible to bypass this error?
Thank you and have a good day,
Alessandro

Support XPath queries

It'd be cool to be able to restrict the parts of a website to be watched using XPath queries, e.g. to only watch /html/body/main/div[@id='content']. You might find inspiration at muety/website-watcher.

Diff is mixed up

The Diff page seems to be mixed up. I tried to find any logic behind it and it seems that it compares the newest updated page with the last added page. I have attached the backup archive but the files themselves seem to be correct.
changedetection-backup-1612340948.zip

[feature] Compare HTML content directly

I have most of my code hidden and waits for js to show it,
it will be great if i can just directly compare the html changes in diff,

currently its only comparing the text that is displayed.,

please help.

[Feature] Add URL Base Subfolder Option

My changedetection.io server is behind a reverse proxy and I use individual folders per site. I see a new URL base path option for just notifications but no way to specify subfolders for the site.

Ex: domain.com/changedetection.io/

How to set up in windows

how to set up
You should add this by typing.
I've been working for an hour and still haven't set it up. (Windows)

[Feature request] Bind to VPN adapter, to prevent ip leaks when VPN is off.

Hi,

Thanks for this project.

It would be nice if we could bind to a vpn adapter.

That way, if a VPN is off or is being reconnected, the IP address won't leak.

qBittorrent offers to bind to either a adapter or IP address.

I think adapter is better because VPN ip addresses tend to change.

2021-05-10_13-05

Thank you again.

RSS Feed isn't updating when a change happens

I've watched a website for about a month that changes twice a week and haven't gotten anything added to my RSS feed. Here's what the feed looks like:

<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>changedetection.io</title><link>https://changedetection.io</link><description>Feed description</description><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><lastBuildDate>Wed, 02 Jun 2021 20:04:28 +0000</lastBuildDate></channel></rss>****

Did I forget to set something up? Looks like RSS works for others

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.