New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chatbot-tuc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatbot-tuc

TUC commands to check balance on Chocoyo Bot

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

chatbot-tuc

TUC commands to check balance on Chocoyo Bot

Questions and Commands

tuc.balance

¿Cuál es mi saldo tuc?

tuc.create

Agregar tarjeta tuc de Juan Perez 00000000

Agregar tarjeta tuc 00000000 de Juan Perez

Agregar tuc de Juan Perez 00000000

Agregar tuc 00000000 de Juan Perez

tuc.delete

Eliminar tarjeta tuc 00000000

Eliminar tuc 00000000

Setup

1 - Install from github

$ npm install ChocoyoLabs/chatbot-tuc --save

2 - Execute migration to create tucCards table

$ sequelize db:migrate --migrations-path node_modules/chatbot-tuc/migrations

3 - Insert commands from seed

$ sequelize db:seed --seeders-path node_modules/chatbot-tuc/seeders --seed chatbot-tuc-seeder.js

4 - Create command file

On chatbot project create file ./commands/tuc.js

var tuc = require('chatbot-tuc');

// exports
exports.balance = tuc.balance;
exports.create = tuc.create;
exports.delete = tuc.delete;

FAQs

Package last updated on 28 May 2016

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