New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

menubot

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

menubot

menubot basic source

latest
Source
npmnpm
Version
1.2.10
Version published
Maintainers
2
Created
Source

menubot

NHNEnt messenger bot about lunch, dinner menu.

Install

$ brew install imagemagick
$ git clone https://github.com/jicjjang/menubot
$ npm install

If you want to use it, you need google vision settings.

https://cloud.google.com/sdk/docs/quickstart-mac-os-x

Usage

menubot = require('bot_menu');

/**
 * Crop the image, find the letter, and send the menu.
 * @param DoorayId
 * @param menuType
 * @param options {
 *   botName,
 *   botIconImage,
 *   attachments: [{
 *     text
 *   }]
 * }
 */
menubot.sendMenu('https://hook.dooray.com/services/[DOORAY_MESSENGER_ID]', 'lunch', {
    src: './img/all_menu/menu.png',
    dst: './img/daily_menu/menu_part.png'
}, {
    botName: 'test',
    botIconImage: 'http://blahblah.com/test.jpg',
    attachments: [{
        text: 'Let\'s lunch time~!'
    }]
});

Keywords

bot

FAQs

Package last updated on 24 Jul 2017

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