Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 714 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 714 Bytes

Eurus Bot

This is a Telegram bot used for creating docx files.

Getting Started

Prerequisites

Ensure you have the following installed on your machine:

  • Node.js v20 or later
  • set bot.start() in the bot.ts file to use Polling

Installation

  1. Clone the repository:

    git clone https://github.com/srkpi/eurus-bot.git
    cd eurus-bot
  2. Install dependencies:

    npm install
  3. Create a .env file with the following contents:

    BOT_TOKEN=your_telegram_bot_token
    API_URL=your_api_url
  4. Run the bot:

    npm run dev

To start a chat with the bot, send /start in your Telegram chat.