Download the PHP package vielhuber/extrablatt without Composer
On this page you can find all versions of the php package vielhuber/extrablatt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package extrablatt
📰 extrablatt 📰
a simple news aggregator. pulls articles from configurable rss feeds (plus reddit, hacker news and x via cookie-authenticated scrape), stores them in sqlite, detects paywalls, fetches thumbnails, categorises through an llm, and opens single articles through an archive.ph proxy with mobile-friendly css rewrites. installable as a progressive web app.
installation
after install, edit:
.data/config.json: papers (see schema below).data/.env:AI_API_KEY/AUTH_PASSWORD/AI_PROVIDER/AI_MODEL.data/cookies/: drop cookie exports per host into.data/database.sqlite: restore database (optional)
config.json schema
default_image(optional): fallback thumbnail when the RSS item carries no image.stub_markers(optional): substrings present in the archive.ph snapshot of a PLUS article when it's only a teaser, so the snapshot is dropped instead of surfaced as if it were the full text.- Special
rssschemes:reddit://homeandx://homeactivate the cookie-authenticated JSON scrapers in place of XML parsing.
categories, AI defaults (temperature, timeout, max_tries), and the archive fulltext minimum (8000 chars) are hardcoded in the package.
usage
cron
backup
All versions of extrablatt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
ext-pdo_sqlite Version *
ext-gd Version *
vielhuber/aihelper Version ^3.5.8
ext-pdo_sqlite Version *
ext-gd Version *
vielhuber/aihelper Version ^3.5.8
The package vielhuber/extrablatt contains the following files
Loading the files please wait ...