Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 901 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 901 Bytes

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.