Star Kitten Discord Bot
A Discord bot for EVE Online built with bun and @star-kitten/lib
Install Star Kitten
Running the Bot
This bot runs on Bun! To install Bun, run one of the following commands.
Linux & MacOS
curl -fsSL https://bun.sh/install | bash
Windows
powershell -c "irm bun.sh/install.ps1 | iex"
Install bot dependencies
bun install
Download static eve reference data & Hoboleaks archive from EVE Ref
bun get-data
Run the bot
bun dev
Environment Variables
Create a .env file in the root directory with the following values:
# Discord - https://discord.com/developers/applications
DISCORD_BOT_TOKEN=YOUR_BOT_TOKEN
#General
BASE_URL=http://localhost:3000
DEBUG=true
PORT=3000
NODE_ENV=development
LOG_LEVEL=debug
# EVE - https://developers.eveonline.com/applications
EVE_CLIENT_ID=YOUR_EVE_CLIENT_ID
EVE_CLIENT_SECRET=YOUR_EVE_SECRET
EVE_CALLBACK_URL=http://localhost:3000/auth/callback
ESI_USER_AGENT=ADD_YOUR_USER_AGENT_INFO_HERE
# For using Janice's Appraisal API
JANICE_KEY=XXX
Description
Languages
TypeScript
100%