Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
recime-bot-runtime
Advanced tools
This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.
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).
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 the platform you want to run the bot on. Add the following variables to you .env
file:
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
RECIME_TELEGRAM_ACCESS_TOKEN=PASTE_YOUR_TELEGRAM_ACCESS_TOKEN
RECIME_VIBER_ACCESS_TOKEN=PASTE_YOUR_VIBER_ACCESS_TOKEN
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.
Copyright © 2017 Recime Inc. All rights reserved.
FAQs
This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.
We found that recime-bot-runtime demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.