Skip to main content

🧢 zhihu-cli

The terminal is your new Zhihu HQ.

browse · download · search · publish · analyze — all from the command line.

Python 3.12+ License: MIT GitHub Repo stars


zhihu-cli turns your terminal into a full-featured Zhihu client. Authenticate once, then browse, search, download, publish, and analyze — without ever opening a browser.

⚠️ This is an unofficial CLI for Zhihu. Use at your own risk. Not affiliated with Zhihu Inc.


🚀 Quick Start

Requirement: Python 3.12 or newer. Check your version with python --version before installing.

# Install
pip install -e .

# Optional extras
pip install -e ".[nlp]"          # word clouds, clustering
pip install -e ".[creator]"      # income charts, trends
pip install -e ".[classifier]"   # ML-powered content classification

1. Authenticate

zhihu auth paste          # paste a cURL from browser DevTools
zhihu auth login          # scan a QR code with the Zhihu App

2. Verify

zhihu auth status         # check login status and active profile

✨ What You Can Do

📖 Read & Browse

Browse Zhihu's feeds, hot lists, questions, articles, pins, and comments — all rendered in your terminal with a Rich-powered pager. Explore the real-time trending list with excerpts, scroll through your personalized recommend feed, or dive into a question and its full answer thread without clicking a single link.

💾 Download for Offline

Save any Zhihu content (articles, answers, questions, pins, videos) as clean Markdown with YAML frontmatter. Download individual pieces or batch-process from a manifest. Everything lands in ~/.zhihu-cli/downloads/, organized by type, ready for your note-taking system or offline reading.

🔍 Search

Search questions, articles, users, and topics across Zhihu. Fine-tune result depth and quantity — all from the command line.

✍️ Publish & Edit

Write answers and articles in Markdown, publish them to Zhihu with one command. Need to update? Modify existing answers and articles from your local files. Markdown-to-HTML conversion happens automatically via Zhihu's own rendering pipeline.

💬 Interact

Vote, thank, follow, block, and comment — full social interaction without the browser. Manage collections: create, populate, and organize them. Send and receive direct messages, and stream real-time notifications and chat via MQTT.

🕸️ Scrape & Export

Batch-export your creations, activity history, answers, and articles as structured JSON. Use the universal converter to merge and normalize across formats for your own data pipeline.

📊 Analyze

Creator analytics — pull your Zhihu income data and visualize it: monthly summaries, trend charts (with EMA), advanced indicators (Bollinger Bands, MACD), derivative analysis (velocity/acceleration/jerk), weekday breakdowns, and per-content daily metrics. Charts are saved as PNGs.

NLP tools — run word frequency analysis, generate word clouds, and perform K-means clustering on your downloaded content. All operate across your full Markdown library.

🔐 Multi-Account

Save multiple profiles from different accounts, switch between them with a single command. Each profile keeps its own auth credentials and cookies.


🏗️ Architecture

src/zhihu_cli/
├── main.py                  # Click CLI — command group hub
├── output.py                # styled terminal output (Rich)
├── content/
│   ├── handlers/            # one file per Zhihu domain
│   └── utils/               # HTML↔Markdown, ZSE v4 signing
├── creator_tools/           # income analytics + plotting
├── nlp_tools/               # word count, wordcloud, clustering
└── extensions/              # plugin system (auto-discovered)
Layer What It Does
🔐 Auth Browser Cookie + User-Agent headers from cURL paste or QR code login, cached per-profile
✍️ Signing Every Zhihu request gets auto-signed with x-zse-93 / x-zse-96 headers via ZSE v4 cipher
🌐 Requests curl_cffi impersonates Chrome's TLS fingerprint to avoid detection
📄 Extraction Prefers direct API calls; falls back to HTML page scraping with js-initialData parsing
📝 Markdown HTML → LaTeX preprocessing → recursive traversal → clean Markdown. Reverse for publishing
🔌 Extensions Drop a plugin in extensions/ with register_cli(group) — auto-discovered at startup

🧪 Extras

Optional Dependencies

pip install -e ".[nlp]"          # jieba, matplotlib, wordcloud, scikit-learn...
pip install -e ".[creator]"      # matplotlib, numpy, pandas, seaborn...
pip install -e ".[classifier]"   # torch, transformers, scikit-learn...

Shell Completions

eval "$(python autocomp.py)"

🤝 Contributing

PRs welcome! The codebase is structured for extensibility:

  • New command? Add a file to commands/ with a register_<name>(group) function, import it in main.py.
  • New handler? Add a file to content/handlers/ — follow the existing patterns.
  • New extension? Create extensions/<name>/ with an __init__.py exposing register_cli(group).

Run the formatter before submitting:

pre-commit run --all-files
ruff check .
ruff format .

📜 License

MIT


Made with ❤️ and way too many terminal sessions.

Report a bug · Fork this repository · Star ⭐ this repo!

Release files for zhihu-toolkit 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for zhihu-toolkit 0.1.0
File Size Uploaded
zhihu_toolkit-0.1.0.tar.gz 259.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for zhihu-toolkit 0.1.0
File Interpreter ABI Platform
zhihu_toolkit-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 572.7 kB

Release files / zhihu_toolkit-0.1.0.tar.gz

Download URL zhihu_toolkit-0.1.0.tar.gz
Size 259.6 kB
Tags Source
SHA-256 checksum
How to use checksums
e7e246f3c3c172a85063e779680e0849c7c6778447b5e86fbbcd013af19b9860
BLAKE2b-256 checksum
How to use checksums
b773a1d038ac8ba5effd96d339ffd81d229f901be95d0cd3c4552ed57b62be84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.

Transparency log

Release files / zhihu_toolkit-0.1.0-py3-none-any.whl

Download URL zhihu_toolkit-0.1.0-py3-none-any.whl
Size 313.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
257590cf4f13fcf247346f2f503a04c3b00aab527306cc572c76287cda12a307
BLAKE2b-256 checksum
How to use checksums
6d928de2dce6a51b741c6eb1777194cd2b64340adfb0afe2dbd7e8266243045b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page