git clone https://github.com/deviltongues/Tongues.git
cd Tongues
python -m venv .venv
# macOS/Linux
source .venv/bin/activate
# Windows (PowerShell / CMD)
# .venv\Scripts\activate
pip install -e .
DevilTongues typically uses desktop authentication through Workspace/Eikon. Keep the desktop application running while using the app and confirm that API access is enabled for your account.
shiny run app.py
By default, the app starts at http://127.0.0.1:8000.