Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

Multi-Messenger : A python project, messaging via Terminal

$
0
0

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 : A python project, messaging via Terminal
Multi-Messenger : A python project, messaging via Terminal
Multi-Messenger : A python project, messaging via Terminal

Message Received:


Multi-Messenger : A python project, messaging via Terminal

This article is contributed by Kushashwa Ravi Shrimali and Krutika Bapat . If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@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.


Viewing all articles
Browse latest Browse all 9596

Trending Articles