This bot can send video and photo greetings, and also respond to New Year's letters 😉
To launch the bot, you need to:
- Clone the repository:
git clone https://github.com/nikitaSstepanov/father-christmas-tg-bot.git
- Create ".env" file (following ".env.example"):
TG_TOKEN="<your bot token>"
- Launch the project with docker:
docker compose up
- Or without it:
npm install && npm run start