This is a Telegram bot used for creating docx files.
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
-
Clone the repository:
git clone https://github.com/srkpi/eurus-bot.git cd eurus-bot
-
Install dependencies:
npm install
-
Create a
.env
file with the following contents:BOT_TOKEN=your_telegram_bot_token API_URL=your_api_url
-
Run the bot:
npm run dev
To start a chat with the bot, send /start
in your Telegram chat.