Telegram bot for sending messages to git repositories as files.
IN DEVELOPMENT NOW! Use at your own risk!
To use the Telegram Bot API, you first have to get a bot account by chatting with BotFather.
BotFather will give you a token, something like 123456789:AbCdfGhIJKlmNoQQRsTUVwxyZ
.
After cloning this repo, create file .env
based on .env.example
file at root folder of this repo.
To use the token, add it to the .env
file as BOT_TOKEN
variable.
Run npm start
to start local server with a telegram bot.
Now this bot prepared only for local running. Project still in development.