Skip to content

nikitaSstepanov/father-christmas-tg-bot

Repository files navigation

Hi there 👋

It is Father Christmas telegram bot

Description

This bot can send video and photo greetings, and also respond to New Year's letters 😉

Launch

To launch the bot, you need to:

  1. Clone the repository:
git clone https://github.com/nikitaSstepanov/father-christmas-tg-bot.git
  1. Create ".env" file (following ".env.example"):
TG_TOKEN="<your bot token>"
  1. Launch the project with docker:
docker compose up
  1. Or without it:
npm install && npm run start