AI-Powered Bots
6 specialized Telegram bots powered by OpenAI, Anthropic, and LangChain
A comprehensive TypeScript application hosting 6 AI-powered Telegram bots
MMPS is a multi-purpose Telegram bot platform built with plain TypeScript and Node.js. Each bot operates independently with its own database, services, and scheduled tasks. The application uses manual dependency injection for simplicity and control, with no external frameworks overhead.
# Clone the repository
git clone https://github.com/matansocher/mmps
cd mmps
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Edit .env with your credentials
# Run in development
npm run start:dev
# Or run a specific bot
LOCAL_ACTIVE_BOT_ID=chatbot npm run start:devFor detailed setup instructions, see the Getting Started Guide.
This project is licensed under the MIT License.
Use the search feature to quickly find information across all documentation:
Cmd+K (Mac) or Ctrl+K (Windows/Linux)