Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 831 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 831 Bytes

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)