git404hub

what is webchanges-docker fr?

yubiuser/webchanges-docker — explained in plain English

Analysis updated 2026-07-13 · repo last pushed 2026-07-11

2DockerfileAudience · ops devopsComplexity · 2/5ActiveSetup · easy

tl;dr

A lightweight Docker container that runs webchanges, a tool that monitors websites for updates and sends you notifications when pages change. You just provide URLs to watch and notification settings.

vibe map

mindmap
  root((repo))
    What it does
      Monitors websites for changes
      Sends notifications on updates
      Runs checks every 15 minutes
    Tech stack
      Docker
      Alpine Linux
      Python webchanges
    Use cases
      Track price drops
      Monitor changelogs
      Watch product availability
    Setup
      Provide URL config file
      Provide notification config
      Docker runs automatically
    Audience
      Server administrators
      Non-technical users
      Webchanges users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Monitor a competitor's pricing page and get notified when prices change.

VIBE 2

Track a vendor's changelog for security patches and receive alerts on updates.

VIBE 3

Watch product availability pages and get notified when items come back in stock.

what's the stack?

DockerAlpine LinuxPythonwebchanges

how it stacks up fr

yubiuser/webchanges-dockernodejs/wasm-buildercaspermeijn/wallabag-test-server
Stars22
LanguageDockerfileDockerfileDockerfile
Last pushed2026-07-112026-03-172024-12-24
MaintenanceActiveMaintainedStale
Setup difficultyeasymoderateeasy
Complexity2/53/52/5
Audienceops devopsops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

This project packages a tool called webchanges into a lightweight container so you can run it without dealing with Python installations or dependencies. Webchanges itself monitors websites for updates and notifies you when something changes, useful for tracking price drops, news pages, product availability, or any page where you want to know the moment content shifts. Instead of installing Python, managing packages, and configuring a scheduler on your machine, you provide two configuration files: one listing the URLs to watch and another specifying how you want to be notified (email is one option). The container handles the rest, checking your listed sites every 15 minutes by default and sending you an alert when a page changes. You can adjust that checking interval if you want it to run more or less frequently. The people who would use this are typically running webchanges already or want to start, but prefer not to maintain a Python environment on their server. For example, if you track a vendor's changelog for security patches or monitor a competitor's pricing page, this lets you set that up once and let it run in the background with automatic restarts. It also includes a testing mode so you can verify that your page-tracking rules work correctly before relying on them. The project is notable for keeping the image small at around 35 MB, built on Alpine Linux, and it bundles several optional webchanges features like advanced HTML parsing, database import from the older urlwatch tool, and notification through Pushover. The version number mirrors the underlying webchanges release, so you can tell at a glance which features you are getting. The README doesn't go into detail on advanced configuration beyond pointing to the official webchanges documentation.

prompts (copy fr)

prompt 1
Set up a Docker container using webchanges-docker to monitor three website URLs for changes and notify me via email when any of them update.
prompt 2
Configure webchanges-docker to check a competitor's pricing page every 5 minutes instead of the default 15 minutes and alert me through Pushover.
prompt 3
Use the testing mode in webchanges-docker to verify my page-tracking rules work before putting the container into production.
prompt 4
Import my existing urlwatch database into webchanges-docker so I keep all my monitored URLs and settings.

Frequently asked questions

what is webchanges-docker fr?

A lightweight Docker container that runs webchanges, a tool that monitors websites for updates and sends you notifications when pages change. You just provide URLs to watch and notification settings.

What language is webchanges-docker written in?

Mainly Dockerfile. The stack also includes Docker, Alpine Linux, Python.

Is webchanges-docker actively maintained?

Active — commit in last 30 days (last push 2026-07-11).

How hard is webchanges-docker to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is webchanges-docker for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.