RepoPilot

freeok/so-novel

小说下载|网文下载 | 网络小说

Mixed

Single-maintainer risk — review before adopting

ConcernsDependency

copyleft license (AGPL-3.0) — review compatibility; top contributor handles 98% of recent commits…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; dependency CVE scan unavailable

  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 98% of recent commits
  • AGPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (0/10)
  • Last commit 6w ago
  • 3 active contributors
  • AGPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: freeok/so-novel

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T19:12:23.482Z · commit 76150dbd2827

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 6w ago
  • 3 active contributors
  • AGPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

So Novel is a general-purpose web content extraction and export tool written in Java that scrapes structured information from web pages and converts it into EPUB, TXT, and PDF formats. It combines a DSL-based crawler engine with multiple UI frontends (CLI, TUI, WebUI) to enable efficient novel downloading, content aggregation, and e-book generation from multiple sources simultaneously. Monolithic Java JAR structured by concern: src/main/java/com/pcdd/sonovel/ contains core modules including dsl/ (rule engine with DSLParser and StepEngine), core/ (Crawler, HtmlExtractor, Source definition), handler/ (post-processing for EPUB/PDF/TXT merge), actions/ (CLI verbs like DownloadAction,…

Start here

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/freeok/so-novel.git
cd so-novel
mvn clean install
# For CLI: java -jar target/so-novel-1.11.0.jar [command]
# For TUI: java -jar target/so-novel-1.11.0.jar --tui

Verify Java 21+ is installed (as per pom.xml <java.version>21</java.version>), and Maven is available. Exact entry point verification needed in Main.java.

Daily commands:

CLI mode: java -jar target/so-novel-1.11.0.jar download --source <sourceName> --book <bookId> (inferred from DownloadAction, BatchDownloadAction classes). TUI mode: java -jar target/so-novel-1.11.0.jar (like…

…shortened for this brief.

Key cautions & unknowns

  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 98% of recent commits
  • AGPL-3.0 is copyleft — check downstream compatibility
  • Config-dependent behavior: Novel sources are loaded from external config files (AppConfigLoader); missing or malformed config for a source will silently fail extraction. DSL execution: JavaScriptExecutor and…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/freeok/so-novel?axis=fork)](https://repopilot.app/r/freeok/so-novel)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/freeok/so-novel on X, Slack, or LinkedIn.

Ask AI about freeok/so-novel

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/freeok/so-novel"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>