Skip to content

RoyTakanen/telegram2telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram2telnet

Connect your telegram channel to telnet.

Usage

  1. Make sure you have Node.JS and NPM installed on your computer.
  2. Clone this repository
git clone
  1. Get your chat id. Run command /chatid. It will print the id in the terminal.
  2. Configure settings.json
{
  "telegram_token": "YOUR_TELEGRAM_TOKEN_HERE",
  "telnet_port": "12345",
  "chatId": "YOU_CHATID"
}
  1. Start the bot with command
npm start

Todo

  1. Add support for nickname on telnet side.
  2. Add date to messages

About

Connect your telegram channel to telnet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published