A CLI tool for Jike (即刻) social network
Project description
jike-cli
A CLI tool for Jike (即刻) social network.
Install
# via uv
uv tool install jike-cli
# via pipx
pipx install jike-cli
# via pip
pip install jike-cli
Usage
Login
jike login # Scan QR code with Jike app
jike logout # Clear saved tokens
Browse
jike feed # View following feed
jike feed -n 10 # Limit to 10 posts
jike search "AI" # Search posts
jike notifications # View notifications
Post
jike post "Hello from CLI!" # Create a post
jike delete-post POST_ID # Delete a post
Comments
jike comment POST_ID "Nice!" # Add comment
jike delete-comment COMMENT_ID # Delete comment
Users
jike profile USERNAME # View profile
jike followers USER_ID # List followers
jike following USER_ID # List following
JSON Output
All read commands support --json for machine-readable output:
jike feed --json | jq '.[] | .content'
Non-TTY output (pipes) automatically uses JSON format.
Development
git clone https://github.com/case/jike-cli
cd jike-cli
pip install -e .
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jike_cli-0.1.0.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jike_cli-0.1.0-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file jike_cli-0.1.0.tar.gz.
File metadata
- Download URL: jike_cli-0.1.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
482337cb553c0580a3704f7dd85f9e0f3c2b456413b1a3687e890dc4635dd959
|
|
| MD5 |
c2df3a8ad22dc86c2038b7f956e40057
|
|
| BLAKE2b-256 |
cf398928f887d5a8155856b642ecdd829ea62fa3a1f948a115fc5bde730da38d
|
File details
Details for the file jike_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jike_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4043d09e347c5e84e70d52f64c07fc3ded85f4d8f1eabc5c28aa398ab5d0b216
|
|
| MD5 |
892f9f7e1e670824b313604bb386cab4
|
|
| BLAKE2b-256 |
f98431e4ea41f6ac92eb3ab52e6a66c22abc22f8ce0ae48084b9654ed4d3ce74
|