All Projects → Alex-Rose → Fb Messenger Cli

Alex-Rose / Fb Messenger Cli

fb-messenger-cli, console Facebook messenger

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fb Messenger Cli

Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (-81.05%)
Mutual labels:  facebook, facebook-messenger, facebook-api
messenger
💬 A PHP library for Facebook Messenger
Stars: ✭ 53 (-92.03%)
Mutual labels:  facebook, facebook-messenger, facebook-api
Restfb
RestFB is a simple and flexible Facebook Graph API client written in Java.
Stars: ✭ 681 (+2.41%)
Mutual labels:  facebook-api, facebook-messenger, facebook
facebook-messenger
Go (GoLang) package for Facebook Messenger API and Chat bot
Stars: ✭ 62 (-90.68%)
Mutual labels:  facebook, facebook-messenger, facebook-api
Facebook
📨 Facebook Notifications Channel for Laravel
Stars: ✭ 120 (-81.95%)
Mutual labels:  facebook-api, facebook-messenger, facebook
facebook-bot-autoresponder
Facebook bot that automatically responds to the comments of a certain post
Stars: ✭ 90 (-86.47%)
Mutual labels:  facebook, facebook-api
Facebook-Messenger-Statistics
Discover fun stats about your Facebook Messenger usage such as: most used words, most active year, most active hours, etc. using this Jupyter Notebook
Stars: ✭ 75 (-88.72%)
Mutual labels:  facebook, facebook-messenger
facebook-node-sdk
Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Stars: ✭ 519 (-21.95%)
Mutual labels:  facebook, facebook-api
facebook-ruby-ads-sdk
The Facebook Marketing API in Ruby.
Stars: ✭ 59 (-91.13%)
Mutual labels:  facebook, facebook-api
FacebookMessengerActivity
Share with Facebook Messenger App.
Stars: ✭ 16 (-97.59%)
Mutual labels:  facebook-messenger, facebook-api
facebook-login-for-robots
Facebook Login for 🤖 robots
Stars: ✭ 41 (-93.83%)
Mutual labels:  facebook, facebook-api
React Facebook
Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post
Stars: ✭ 661 (-0.6%)
Mutual labels:  facebook-api, facebook
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (-90.08%)
Mutual labels:  facebook, chat-application
Facebook-Album-Browser
jQuery plugin for browsing public albums of a Facebook account
Stars: ✭ 76 (-88.57%)
Mutual labels:  facebook, facebook-api
lambda-facebook-oauth
An AWS Lambda function to facilitate Oauth2 social login with Facebook
Stars: ✭ 16 (-97.59%)
Mutual labels:  facebook, facebook-api
facebook-py-sdk
Facebook Python SDK
Stars: ✭ 15 (-97.74%)
Mutual labels:  facebook, facebook-api
facebook-send-api-emulator
Facebook Messenger Emulator & Facebook Send API Emulator functionality allowing you to test web hooks on developer's machine.
Stars: ✭ 24 (-96.39%)
Mutual labels:  facebook, facebook-messenger
Facebook Cli
💻 Facebook command line tool
Stars: ✭ 350 (-47.37%)
Mutual labels:  facebook-api, facebook
Facebookimagepicker
FacebookImagePicker is Facebook album photo picker written in Swift.
Stars: ✭ 220 (-66.92%)
Mutual labels:  facebook-api, facebook
Facebooktoolkit
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
Stars: ✭ 227 (-65.86%)
Mutual labels:  facebook-api, facebook

fb-messenger-cli

Facebook Messenger Command line client

Use your Facebook account to chat with your friends sneakily in the command line, it's as easy as logging in, choosing a convo and chatting away.

V2.0.0 Now with Google Chrome's Puppeteer for login

npm

Install

npm install -g fb-messenger-cli Then fb-messenger-cli from anywhere

Choose a friend

  • Pick from a list of recent conversations
  • Use /search to find other friends
  • Easily switch between conversations with /switch

Selection

Chat away

  • Get responses instantly in real-time
  • See when your friends are typing NEW

Chat

Helpful settings and commands

  • Toggle timestamps on/off
  • Color coded people in group chats
  • Load an unlimited number of conversations
  • Use custom nicknames
  • Stay logged in forever *almost

/help

/b /back /menu .... Get back to conversation selection

/q /exit /quit .... Quit the application

/logout ........... Exit and flush credentials

/s /switch [#] .... Quick switch to conversation number #

/search [query] ... Search your friends to chat

/v /view [#] ...... View the attachment by the number given after the type

/r /refresh ....... Refresh the current converation

/timestamp ........ Toggle timestamp for messages

/help ............. Print this message

Notes

  • 2FA is not currently supported
  • Requires a node version that supports most ES6 feautres (i.e node 6.x)

Dev install instructions

  1. Run npm install for dependencies
  2. Run node cli
  3. Develop away

Running tests

  1. cd into the test directory
  2. Mocha should be installed with the dev dependencies
  3. Run mocha regression.js**

** Make sure you've logged in to the cli at least once before running the tests. Regression.js uses your log-in to test the sending and receiving features

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].