Skip to content
/ core Public

Contains the chatbot and API functionalities implemented in JavaScript

License

Notifications You must be signed in to change notification settings

SagiPinas/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core

Contains the chatbot and API functionalities implemented in TypeScript

insallation

install with npm or yarn

npm i or yarn install

development

to create your own instance you must first create a .env file, containing your own copy of the messenger chatbot app credentials. below is the template for the file:

PAGE_ACCESS_TOKEN=[your page access token here]
WEBHOOK_VERIFY_KEY=[your webhook verify key here]

start dev environment

npm run dev

run server

npm run start

build application

npm run build

commands:

this text command can be use to reset a report:

cancel:report

About

Contains the chatbot and API functionalities implemented in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published