← Back to registry

jike-cli knowledge

Browse feeds, search posts, and interact on Jike (即刻) from your terminal

jike is a CLI for the Jike (即刻) social network. Browse your feed, search posts, publish content, and interact with users — all from the terminal.

Features

Install

uv: uv tool install jike-cli
pipx: pipx install jike-cli

Commands

CommandSyntaxDescription
login jike login Authenticate via QR code in Jike app
feed jike feed -n 10 Browse your following feed
search jike search <query> Search posts by keyword
post jike post <message> Publish a new post
profile jike profile <username> View a user's profile
comment jike comment <post_id> <text> Comment on a post
notifications jike notifications View your notifications

Links

Agent Usage Example

Use cases:

Example workflow:

jike search '独立开发' --json | jq '.[].content'