No description
Find a file
2026-04-03 06:09:47 +02:00
.claude Refactor 2026-03-16 14:05:44 +01:00
pages Update: 2026-04-03 04:00 UTC 2026-04-03 06:09:47 +02:00
.gitignore Initial commit 2026-03-16 13:40:23 +01:00
CLAUDE.md Initial commit 2026-03-16 13:40:23 +01:00
fetch.py Add raw 2026-03-16 14:57:58 +01:00
README.md Update Readme 2026-03-16 15:27:14 +01:00
requirements.txt Further refactor 2026-03-16 14:30:26 +01:00
sources.txt Further refactor 2026-03-16 14:30:26 +01:00
update.sh Auto Script 2026-03-16 15:02:09 +01:00

TOS-tracker

From a list of sources, URLs are read, the content obtained and stored locally. By making use of version control systems, changes can be made visible easily.

Usage

pip install -r requirements.txt

python3 -m playwright install chromium

python3 fetch.py

Automatic script

To periodically fetch the sources, add a cronjob which executes the script.

0 6 * * * /path/to/tos-tracker/update.sh