A terminal chat app, powered by React, ink, and icqq (private repo, join icqqjs org first to use it).
- Get GitHub Organization Access Token from icqqjs.
- Set scope config and token in global
.npmrcfile (such as~/.npmrc).
Please replace
<ICQQ_GITHUB_TOKEN>with your token.
echo "@icqqjs:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=<ICQQ_GITHUB_TOKEN>" >> ~/.npmrc- Run Chatee
npx chatee
// or use specific env
// CHATEE_SIGN_API=<SIGN_API> CHATEE_PLATFORM=<PLATFORM> CHATEE_UIN=<UIN> npx chatee- Press
⬆️&⬇️to navigate. - Press
Tabto return home. - Press
Ctrl Cto exit. - Filter feature at Friends and Groups page is supported.
CHATEE_SIGN_API: Sign API foricqqCHATEE_PLATFORM: Platform foricqqCHATEE_UIN: Account/uin foricqq
- Chatee Dir:
<os.homedir>/.config/chatee - Chatee Config:
<os.homedir>/.config/chatee/chatee.json
MIT (c) 2024 Viki