https://github.com/intercaetera/kallisti
Another Discord command line interface.
https://github.com/intercaetera/kallisti
cli discord react
Last synced: about 1 year ago
JSON representation
Another Discord command line interface.
- Host: GitHub
- URL: https://github.com/intercaetera/kallisti
- Owner: intercaetera
- Created: 2018-10-28T09:00:04.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-24T16:11:04.000Z (over 7 years ago)
- Last Synced: 2025-04-11T21:55:49.649Z (over 1 year ago)
- Topics: cli, discord, react
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# kallisti
> 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.
## Development installation
This currently requires manual extraction of an Authorization token from Discord. We are investigating easier methods of authentication for the future.
1. Install [nodejs](https://nodejs.org/en/) and npm.
2. Clone the repository (`git clone https://github.com/MrHuds0n/kallisti && cd kallisti`).
3. Open Discord in your browser.
4. Go to Developer Tools -> Network and find an XHR request.
5. In _Request headers_ find one that says _Authorization_ and copy the right hand side of the header.
6. Create a file named `.env` in the project folder with the following contents:
```
TOKEN=your_auth_token_here
```
7. Run the app with `npm run dev`.