qlic is an unecessarily fast cli frontend to the venereal Zoho cliq. It is cliq but unopinionated.
Note
|
This project follows 'README driven development', so some of what is said in 'What Works' section actually doesn’t work. I will add a CHANGELOG in the future with proper versioning. |
I would rather use the comfy terminal than a web browser for my computing needs. Zoho cliq was my only reason for opening a tab in browser. Not anymore.
-
Make qlic interactive/usable by making it filesystem based like https://git.suckless.org/ii/file/README.html.
For qlic to work, you need client id and secret which can be obtained from https://api-console.zoho.com/ and should be substituted in $XDG_DATA_HOME/qlic/config.json
{ "client_id": "<zoho_client_id>", "client_secret": "<zoho_client_secret>" }
qlic -a
should be runned for the first time to authenticate the application.
You need to get chat_id of the user of whom you want to send or recieve messages. You can get chat_id using the contacts API.
-
Authentication via OAuth
-
Receive and send text to chat, channels
-
Receive and send attachments to chat, channels