Another Discord command line interface.
Kallisti is a fast, featureful terminal client for Discord built with blessed, React and Redux.
Kallisti is currently unfinished and in constant development. See the Issues tab to learn how you can contribute.
This currently requires manual extraction of an Authorization token from Discord. We are investigating easier methods of authentication for the future.
- Install nodejs and npm.
- Clone the repository (
git clone https://github.com/MrHuds0n/kallisti && cd kallisti). - Open Discord in your browser.
- Go to Developer Tools -> Network and find an XHR request.
- In Request headers find one that says Authorization and copy the right hand side of the header.
- Create a file named
.envin the project folder with the following contents:
TOKEN=your_auth_token_here
- Run the app with
npm run dev.
