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

Latest commit

 

History

History
25 lines (16 loc) · 512 Bytes

BUILD.md

File metadata and controls

25 lines (16 loc) · 512 Bytes

To launch your own bot

Pre-requisites

  • docker
  • docker-compose
  • Telegram bot

Follow this doc about how to create a bot

Example

Getting started

git clone https://github.com/notrustverify/nymfrench-bot.git
cd ntv-bot
cp .env.example .env

In .env file, modify the value TELEGRAM_TOKEN by the token generated from Botfather

Start the bot docker compose up -d --build