Skip to content

Have you ever had the need to add a AnalysisTool to your Messenger ChatBot?

License

Notifications You must be signed in to change notification settings

Push2Aim/Distributor

Repository files navigation

Distributor

Installation

run in Terminal

npm install

create file in Project /.env, containing your Environment Variables:

MESSENGER_APP_SECRET = 
MESSENGER_VALIDATION_TOKEN = 
MESSENGER_PAGE_ACCESS_TOKEN = 
SERVER_URL = http://localhost:5000/

ADDRESSES = 
API_AI_ACCESS_TOKEN = 
DASHBOT_API_KEY = 

DB_USER = 
DB_PASSWORD = 
DB_SERVER = 
DB_DATABASE = 

DEV_DB_DATABASE = 
DEV_DB_USER = 

Start PostgreSQL on Arch

run in Terminal

sudo systemctl start postgresql

Run Locally

run in Terminal

npm run start

Migrate Database to Production Server

npm run migrate

About

Have you ever had the need to add a AnalysisTool to your Messenger ChatBot?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published