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

srkpi/eurus-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fa5c8d · Oct 9, 2024

History

48 Commits
Oct 8, 2024
Oct 7, 2024
Sep 2, 2024
Oct 9, 2024
Oct 7, 2024
Sep 2, 2024
Sep 2, 2024
Sep 2, 2024
Sep 2, 2024
Sep 2, 2024
Sep 2, 2024
Oct 8, 2024
Sep 2, 2024
Sep 28, 2024
Sep 2, 2024
Sep 2, 2024
Oct 9, 2024
Oct 9, 2024

Repository files navigation

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.