SpiteCLI is a Terminal UI for browsing Discord Channels and DMs of Discord Bots.
It is only meant for bots, since controlling real accounts is against Discord TOS.
- To start the program, double click the
.exefile downloaded from the releases tab. (see install instructions below). - Wait until the Client connects to the proxy server.
- Navigate between channels and servers using the arrow keys.
- Press
F1for the help menu with all controls.
- Download the latest release from the releases tab.
- Run the
.exefile. - Thats it, enjoy.
-
If on Windows, install the
cursespackage usingpip install windows-curses -
Install API proxy dependencies with
pip install -r proxy_src/requirements.txt -
Install TUI dependencies with
pip install -r src/requirements.txt -
Create
proxy_src/.envwithDISCORD_BOT_TOKEN= -
Start the proxy API from
proxy_src:uvicorn main:app --reload
-
Optional: set
SPITE_PROXY_URLfor the TUI (default ishttp://127.0.0.1:8000)