Appearance
Getting Started
Prerequisites
- Node.js 20+
- PostgreSQL (optional, required for user persistence)
Installation
Clone the repository and install dependencies:
bash
git clone https://github.com/vdistortion/verse-bot
cd verse-bot
npm installCopy the environment file and fill in your tokens:
bash
cp .env.example .envRunning
bash
npm run dev
# Telegram only
npm run dev:tg
# VK only
npm run dev:vk