Skip to content

An example Fuzzy.ai bot using Botkit and Facebook Messenger

Notifications You must be signed in to change notification settings

fuzzy-ai/promobot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy.ai Promobot

An example Facebook Messenger bot built with Botkit to demonstrate integration with Fuzzy.ai.

Usage

To try out the bot, add it on Messenger: https://m.me/fuzzy.ai.promobot

Either select 'Start Demo' or just say "hi".

Development Installation

If you want to run your own instance of the bot, clone this repository and do the following:

  1. Run npm install
  2. Copy env.example to .env and populate values:
  3. For PAGE_TOKEN, VERIFY_TOKEN and APP_SECRET follow the Botkit instructions for generating these values from Facebook.
  4. Copy your Fuzzy.ai API Key from your Fuzzy.ai Dashboard to FUZZYAI_KEY.
  5. Create an "Empty" agent and copy the ID to FUZZYAI_AGENT.
  6. Run the bot via npm run dev.

About

An example Fuzzy.ai bot using Botkit and Facebook Messenger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published