Skip to content

Xaqron/telegram-private-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram private message

Telegram anonymizer proxy

Requirements

Node.js

Install

Get your token from bot father: https://t.me/BotFather and replace the following line:

const token = 'xxxxxxxxx:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

Open terminal and:

git clone https://github.com/Xaqron/telegram-private-message.git
cd telegram-private-message
npm install
node tpm.js

How it works

  • Get your id from bot

  • Now anyone can reach you by sending a message to bot in the following syntax:

your id
message

Id should be placed at first line then the message goes. Example:

12345678
Hello
How do you do?

Demo

https://t.me/x2ybot/start

License

The MIT License (MIT)