Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bottender

Package Overview
Dependencies
Maintainers
4
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bottender

Make Bots Your Way, Fast and Flexible

  • 1.0.0-alpha.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
347
increased by28.52%
Maintainers
4
Weekly downloads
 
Created
Source

This project was bootstrapped with Bottender init script.

Sending Feedback

Always feel free to open issue to Bottender.

Folder Structure

After creation, your project should look like this:

my-bot/
  .gitignore
  node_modules/
  bottender.config.js
  index.js
  package.json
  README.md
  yarn.lock

index.js

All functionalities start from here.
Mainly it's a server which listen on port 5000. You are encouraged to add more event listener and Handler to enrich the bot.

See more examples, please refer to Bottender examples.

bottender.config.js

The config file for the bot.
We suggests you to put all platform configs into this file and use it as a parameter of createServer.

Available Scripts

There are two default scripts you can run:

npm run dev

Run the bot in the development mode.
It will automatically restart the bot if there are any changes in index.js.
For more information, check nodemon's repo

npm start

Run the bot without being monitored.
The bot won't be restarted when you change anything in index.js

Keywords

FAQs

Package last updated on 05 Sep 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc