Open In App
Related Articles

Multi-Messenger : A python project, messaging via Terminal

Improve Article
Improve
Save Article
Save
Like Article
Like

The aim of this program is to let users mail/message on FB/SMS anyone using Terminal. The full project can be found here.

So, first of all, why Multi-Messenger ?

This is the first question which anyone will think about. The answer is simple, Terminal! Many of our work, now a days, lies in Terminal, talking about Programmers here in specific. So who wouldn’t like to message or mail or SMS someone quickly through Terminal?

Requirements :

For Linux Users:

  • In order to compile the program successfully, installation of the following modules is necessary
    Twilio Client: Run this code from Terminal

    pip install twilio
  • fbchat Module: Run this code from Terminal
    pip install fbchat

Preferred Method using pip [See installation manual for installing pip in Linux]

Code:
The project is open sourced, and the code can be found in Github. Twilio Client can be used to SMS someone, fbchat is used to send a message to your Facebook friend and gmtp library has been used to send mail using Python. Python AutoGUI has also been used here, to give the user an option of a dialog based option. It will help the user if he’s not in love with Terminal.
These screenshots show how it looks like:
multi_messenger_python

multi_messenger_python1

multi_messenger_python2

Message Received:
python-multi-messanger-recevied

 

If you like GeeksforGeeks and would like to contribute, you can also write an article using write.geeksforgeeks.org or mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 30 May, 2018
Like Article
Save Article
Previous
Next
Similar Reads