https://github.com/assafelovic/facebook_messenger_bot

Beginners Facebook Messenger bot using Node.js and MongoDB

https://github.com/assafelovic/facebook_messenger_bot

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Beginners Facebook Messenger bot using Node.js and MongoDB

Basic Info
  • Host: GitHub
  • Owner: assafelovic
  • Language: JavaScript
  • Default Branch: master
  • Size: 7.81 KB
Statistics
  • Stars: 24
  • Watchers: 5
  • Forks: 8
  • Open Issues: 0
  • Releases: 0
Created almost 10 years ago · Last pushed almost 9 years ago
Metadata Files
Readme

README.md

Beginners Facebook Messenger bot

Author: Assaf Elovic, assaf.elovic@gmail.com

Facebook Messenger chatbot tutorial - See www.assafelovic.com

Stack

The Chatbot is built on a Node.js (ES6) server, connects with MongoDB and uses Facebook Messenger and Graph API.

  • Installing Node.js: https://nodejs.org/en/download/
  • Installing MongoDB: https://docs.mongodb.com/manual/installation/
  • Using Facebook Messenger API: https://developers.facebook.com/docs/messenger-platform

Install Node.js dependencies (from root directory of project):

sudo npm install --save

Owner

  • Name: Assaf Elovic
  • Login: assafelovic
  • Kind: user
  • Location: Israel

Tech enthusiast and Full Stack software engineer.

GitHub Events

Total
Last Year

Dependencies

package.json npm
  • body-parser ^1.15.0
  • express ^4.13.4
  • mongodb ^2.1.18
  • mongoose ^4.5.3
  • request ^2.71.0