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:
Message Received:
- 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
Message Received: