Files
moeka-project/services/telegram-bot
藍+85CD 54ecfc139f chore: use pnpm v10, update xsai catalog (#15)
* chore(pnpm): bump to v10

* chore(workspace): remove pnpm

* chore: update typed-router

* chore(workspace): bump xsai, update catalog
2025-01-19 14:51:12 +08:00
..
2025-01-16 21:58:43 +08:00

telegram-bot

Allow アイリ to talk to you and many other users in Telegram.

Getting started

Clone & install dependencies:

git clone git@github.com:moeru-ai/airi.git
pnpm i

Create a .env.local file:

cd services/telegram-bot
cp .env .env.local

Fill-in the following credentials as configurations:

DISCORD_TOKEN=''
DISCORD_BOT_CLIENT_ID=''

OPENAI_MODEL=''
OPENAI_API_KEY=''
OPENAI_API_BASE_URL=''

Start both DB and the bot:

docker compose up -d
pnpm run -F @proj-airi/telegram-bot start