Facebook Messenger CLI Chat Via Linux Terminal
Table of Contents
GitHub Page:- Here
Perquisites
You are required to have NPM and Node.js preinstalled in order to get the Fb Messenger CLI working. If you are already having them, skip this part and proceed to next. If not, get it now. To get NPM and Node.js, just hit this command in terminal.
For version 6
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs
For version 7
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
Installation
Go root first. This can be done by typing su and entering your password. Now Hit this command in terminal.
npm install -g fb-messenger-cli
fb-messenger-cli
How to use Facebook messenger CLI?
Conclusion
FB Messenger for CLI is much more or less works like Mutt that I mentioned in one of my articles. It’s lightweight, fast and works great on command. It is pretty sure going to be useful for me as I am most of the time busy in my terminal with something messy. You should try it and tell us how you like it. I am waiting for your comment.
LinuxAndUbuntu Newsletter
Join the newsletter to receive the latest updates in your inbox.