macOS
brew install wooblocal Homebrew formula metadata
安装
brew install wooblocal Homebrew formula metadata
sudo pacman -S woobArch Linux sync databases · woob · 来源: geo.mirror.pkgbuild.com
概览
Web Outside of Browsers
历史
Woob, short for Web Outside of Browsers, is a Python library and command-line/application suite for accessing websites through standardized APIs and data models instead of manually driving a web browser. Its own documentation describes the core model as capabilities, modules, and configured backends: a module implements support for a website, a capability gives a common API such as banking or video search, and a backend is a configured instance with credentials or site-specific settings.
The project is especially associated with French banking, bills, documents, media, recipes, housing, dating, and other web-service automation modules. Its package-nerd appeal is that it packages fragile website integration work as reusable modules and exposes them through a single CLI launcher, Python API, and graphical or text applications.
Woob descends from Weboob, a long-running project by Romain Bignon and contributors. The project history is visible in the official documentation copyright line, which dates the project lineage from 2010, and in the old mailing-list references retained on the Woob website. The project kept the original idea of turning website scraping and form workflows into typed, reusable backends while moving stewardship and source hosting into the modern GitLab project at gitlab.com/woob/woob.
A major transition happened with Woob 3.0, released on 2021-04-11. The official GitLab release says the project was now named woob, that the old individual applications such as boobank and boobill were replaced by a single launcher named `woob`, and that the project was now hosted on GitLab. That release also explicitly records the general changelog items 'Rename weboob to woob' and 'Create a single new launcher (woob) instead of many applications.'
The current project website continues that post-rename identity. It describes woob as a collection of applications able to interact with websites without requiring the user to open them in a browser, and as a provider of well-defined APIs for websites lacking official APIs. The site also links to the GitLab project, the API documentation at woob.dev, a modules catalog, and a set of user-facing applications.
Woob has never been a mass-market end-user package, but it has durable adoption in automation-heavy niches because it solves a real maintenance problem: website interfaces change, while users and downstream scripts want stable objects such as accounts, transactions, documents, videos, recipes, and housing listings. The official homepage advertises continuous integration as a way to notify developers when websites change and an update system for quickly pushing module fixes to users.
The project also has organizational links beyond hobby use. The Woob homepage lists organizations including Powens, Cozy Cloud, Geneanet, and Winancial, and presents professional usage through Powens. That gives the project a notable place in the French open-source web-scraping and account-aggregation ecosystem, even when individual Homebrew users mostly encounter it as a CLI/library package.
A typical user installs woob, configures one or more backends under the user configuration directory, and then runs `woob` subcommands for tasks such as banking, bills, videos, recipes, housing, or other supported capabilities. Developers can import the Python library, load backends for a capability, and iterate over normalized objects such as accounts from multiple sites.
The usage pattern is backend-centric. The documentation's examples show a `Woob()` instance loading backends for capabilities such as `CapBank` or `CapVideo`, then calling methods that aggregate results across configured sites. This makes Woob more like a local integration framework than a single-purpose scraper.
For package maintainers and CLI users, Woob is interesting because it bundles a large moving target of website modules behind a stable executable and Python API. It also embodies the classic Unix-ish preference for scriptable local automation over browser-only workflows, while still carrying the operational burden of credentials, anti-bot changes, and site-specific breakage.
The 3.0 consolidation into one `woob` launcher matters in packaging terms: instead of shipping many old application commands, distributions can expose a single executable whose subcommands address the historical application set.
安全态势
没有找到 woob 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/woob/backendsCredential-bearing paths to review before unattended agent runs.
~/.config/woob/backends可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
woob | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:woob |
|---|---|
| 版本 | 3.7 |
| 软件包管理器 | Homebrew |
| 主页 | https://woob.tech/ |
| 最后更新 | 2026-05-15T11:13:19Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
woob 3.7-2
Core library and modules for Web outside of Browsers
sudo pacman -S woob来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.