Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullah0332/chatbot-nodejs
Simple chatbot using Node.JS, Express Framework and Ngrok.
https://github.com/abdullah0332/chatbot-nodejs
Last synced: 4 days ago
JSON representation
Simple chatbot using Node.JS, Express Framework and Ngrok.
- Host: GitHub
- URL: https://github.com/abdullah0332/chatbot-nodejs
- Owner: Abdullah0332
- Created: 2020-04-11T10:53:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:00:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T10:56:19.595Z (over 1 year ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot-NodeJS
Simple chatbot using Node.JS, Express Framework and Ngrok.# Installation
Before run the code we install some Package ann Framework.
express, request and body-parser and we install them we given command.
npm install --save express request body-parser# Run the App
node Chatbot.js
We use the localhost http://localhost:8080/
We also need to Sign up in Facebook Developer page and link it with any facebook and create a page in it.
We need to install NGROK.exe after intall it we run it and write (ngrok https 80) I write 80 because it is my locallost your might be change and run it. After it run see the Callback Url and localhost and we copy the HTTPS Callback and put it on Facbook Developer page Callback Url fiels and copy the token and write in token field in code and also in Facebook Developer page we select the page and approve it for public use.