Skip to content

connect VPS to output on telegram chats directly.

Notifications You must be signed in to change notification settings

abd-4fg/Automate-Telegram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Small python code which can be handy when using telegram and you don't want to use VPS again and again. By configuring the code in your VPS, You can execute commands and get your output within telegram. It can also be very useful in performing Recon.

How to configure:

  • Goto @BotFather and create newbot, you will be given a unique token.

  • Replace the token with value XXXX on config.json with the unique API Token

  • Send "/id" to @MissRose_bot to recieve your chat id to be used for authentication.

  • Replace the chat id with value YYYY in config.json.

  • Clone this repo and install requirements by: pip3 install -r requirements.txt

  • Navigate to the repo directory and run the program with python3 main.py

  • You are ready to go, type /start on bot's DM to get started.

Commands added as of Now:

  1. /cmd {yourCommand}
  2. /send {desiredfilename}

Watch the video:

Watch the video

Let me know if i need to provide video tutorial for setup, I will be more than happy to help you out.

Pull Requests are also appreciated if you have idea to improve. 🙂

About

connect VPS to output on telegram chats directly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%