tekken3tgwebapp

project-image

This code will allow you to quickly implement your web application and insert a telegram bot

🛠️ Installation Steps:

1. install node.js

https://nodejs.org/ru

2. install Node-telegram-bot-api:

$ npm i node-telegram-bot-api

3. install Telegraph API:

$ npm install telegraf

4. install Express JS

$ npm install express --save