Socket
Socket
Sign inDemoInstall

recime-bot-runtime

Package Overview
Dependencies
274
Maintainers
1
Versions
440
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    recime-bot-runtime

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.


Version published
Maintainers
1
Install size
28.6 MB
Created

Readme

Source

Recime Bot Runtime

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

The runtime is used to run chatbots intended for Facebook, Telerik, Slack, Viber, and Wechat. It provides developers the platform specific integration and OAuth integration (e.g. Slack).

Setup

Create a .env file in the root directory with the following properties:


BOT_UNIQUE_ID=awesome-bot
HOME_DIR=main-folder

Clone the recime-bot-es6-template under main-folder and rename it to awesome-bot.

Configure

Configure the platform you want to run the bot on. Add the following variables to you .env file:

Facebook


RECIME_FACEBOOK_ACCESS_TOKEN=PASTE_YOUR_PAGE_ACCESS_TOKEN
RECIME_FACEBOOK_APP_ID=PASTE_YOUR_APP_ID
RECIME_FACEBOOK_APP_SECRET=PASTE_YOUR_APP_SECRET

Telergram

RECIME_TELEGRAM_ACCESS_TOKEN=PASTE_YOUR_TELEGRAM_ACCESS_TOKEN

Viber

RECIME_VIBER_ACCESS_TOKEN=PASTE_YOUR_VIBER_ACCESS_TOKEN

Run

Type the following command in your terminal:

npm start

This is will configure prepare the bot, configure the platform. Go to your bot and start chatting with it.

License

Copyright © 2017 Recime Inc. All rights reserved.

FAQs

Last updated on 09 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc