Skip to content

Latest commit

 

History

History
44 lines (43 loc) · 2.62 KB

README_en.md

File metadata and controls

44 lines (43 loc) · 2.62 KB

Telegram fast three robot



English | 简体中文
gvwgr-kre33

Paid version (100USDT only)

Instructions

1.Apply for a telegram robot and get the token
2.Create a new telegram group, invite the robot into the group, and give administrator privileges
3.Install Node.jsandMySQL
4.Create a new MySQL database and import the telegram.sql file
5.Modify node app Configure in the app.js file, enter node indexthe startup

/*Configuration Area Start*/
var pool = mysql.createPool({
    port:3306, //your mysql port
    user     : 'telegram', //your mysql username
    password : 'telegram', //your mysql password
    database : 'telegram', //your mysql database
});
var token = 'your bot token'; //your bot token
var chatid = 123456; //the group id
var inline_keyboard = [ // set Inlinekeyboard
    [{ text: 'Point statistics', callback_data: '1' },{ text: 'Long Dragon Statistics', callback_data: '2' }], 
    [{ text: 'Project introduction', callback_data: '3' ,url:"https://github.com/byprogram/telegram-jianada28-bot-v1.0"}],
    [{ text: 'Contact Author', callback_data: '4' ,url:"https://t.me/zhangsan666888"}]
]
/*End of configuration area*/

Exchange of technical questions

Telegram:@byprogram

Statement

This project is only for technical research, please do not use it for any commercial purposes, please do not use it for illegal purposes, if anyone does illegal things based on this, it has nothing to do with the author, hereby declares.