Skip to content

Script to send the CLI output of the linux command to the whatsapp contact as a message

License

Notifications You must be signed in to change notification settings

cankush625/CLI-To-Whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI-To-Whatsapp

Script to send the CLI output of the linux command to the whatsapp contact as a message

This script is compatible with any linux distro like RHEL7/8, MX Linux, Ubuntu, etc.

How to use this script ?

  • Log in to the Whatsapp web

  • Run the following command to create link with phone number and CLI output as a message.
           var=$(sh whatsapp_message.sh)

    Note: The phone number must be entered in an international format and without + sign and space. Eg. For India country code is +91. So, for India phone number must start with 91 followed by a 10-digit mobile number as 91XXXXXXXXXX.

  • The variable named var contains the appropriate link to send the CLI output. We can open this link with google chrome using the following command:
           google-chrome $var

  • This will open the Whatsapp web app in the Google Chrome browser, automatically opens the chat window for an entered phone number, and fills the input message-box with the command line output we had passed through the link.

  • You are all done! As a final step, you are just required to click on the send button and our CLI output is sent to the contact.

Read my article to know more:

About

Script to send the CLI output of the linux command to the whatsapp contact as a message

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages