Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.85 KB

File metadata and controls

38 lines (31 loc) · 1.85 KB

Notices

This repository is MIT licensed. That license covers the original source code, scripts, prompts, schemas, and documentation in this repository unless a file states otherwise.

The license does not cover articles, feed entries, transcripts, images, or other third-party content collected from upstream publishers. Those copyrights remain with their original owners. Public archives generated by this project should publish links, metadata, and derived analysis by default; full-text export is reserved for sources where the operator has permission or a compatible license.

Third-party runtime components

  • We-MP-RSS: optional local WeChat article collection runtime, MIT license. This repository does not vendor its source code; scripts/bootstrap_werss_native.sh clones it at install time.
  • uv: optional native installer helper, dual licensed Apache-2.0 OR MIT. The bootstrap script downloads it at install time when it is missing.
  • Playwright: browser automation used indirectly by We-MP-RSS, Apache-2.0 license.
  • RSSHub: optional RSS route infrastructure referenced in the source-candidate notes, AGPL-3.0 license.
  • WorkBuddy: optional external agent runtime, GPL-3.0 license. This repository ships only an MIT-licensed Markdown workflow adapter and does not vendor or import WorkBuddy source code.

Source disclosure

Machine-readable source disclosure lives in:

  • config/accounts.json for WeChat public accounts.
  • config/external_sources.json for RSS, Atom, podcast, and pending web sources.
  • docs/disclosure.md for the human-readable disclosure summary.
  • docs/source-candidates.md for rationale, quality notes, and candidate status.