rodionspi / telegram-bot

Telegram bot in which you can open a website directly in telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram BOT

Description

You can use this application as a template for creating a bot in which, upon any user action (in this application the user must click on the “Play” button), the bot opens a website directly in the telegram.

Usage

File bot.js

  • In the variable textForButton you must enter a link to your website on the Internet (the site must be hosted).

  • In the variable linkToWebSite you must enter what will be displayed in the button. By pressing this button you will be able to perform a certain action (see in the code).

File server.js

In the variable pathToFolder you must indicate the path to the file in which your index.html file is located.

About

Telegram bot in which you can open a website directly in telegram


Languages

Language:JavaScript 88.1%Language:HTML 11.9%