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
- Browse following feed with configurable post limits
- Search posts by keyword
- Publish, comment, and delete posts
- View user profiles, followers, and following lists
- Check notifications
- JSON output for scripting and AI agent integration
- QR code login via Jike app
Install
uv: uv tool install jike-clipipx: pipx install jike-cli Commands
| Command | Syntax | Description |
|---|---|---|
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:
- Browse and summarize Jike feed content
- Search Jike posts on specific topics
- Post updates and interact with the Jike community
Example workflow:
jike search '独立开发' --json | jq '.[].content'