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

linkbox-bot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkbox-bot

A node package to generate base code for bot development for Linkbox

latest
npmnpm
Version
0.0.5
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Maildots

Maildots is a cross-platform app designed to streamline the communication via e-mail and optimize the management and functionality of this medium This repository holds the source code for the Bot-builder

Features

  • Fast: Maildots is significantly faster than even dedicated e-mails servers, thanks to a new paradigm of communication between devices with Maildots installed.

  • Modern: Maildots offers an innovative interface, which mix the robust functionality of e-mail with the simplicity of a message application.

  • Usefull: Maildots expands the e-mail potencial, introducing new functions like control version for attachments, task manager and e-mail schedule.

  • Collaborative: By first time, Maildots allows the user to work in team without having to move to another platform.

Use

Prerequisites:

  • Download the Node-js 8.0.9 or later and install it.
  • Install Typescript globally
npm install -g typescript

To start coding

* Install bot builder
$ npm install -g linkbox-bot

* Create base project

```bash
$ linkbox-bot -n your_name project_name
$ linkbox-bot cd project_name

* Install dependencies

```bash
project_name$ npm install
  • Compile Project
project_name$ tsc
  • Create .env file with your bot data in root folder
ACCOUNT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
BOT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
BOT_ACCOUNT_CHANNEL=private-xxxxxxxxxx
BOT_CHANNEL=private-xxxxxxxxxxxxx
BOT_NAME=Dano-Bot
BOT_ADDRESS=bot@maildots.com
  • Run bot
project_name$ npm start

Keywords

linkbox

FAQs

Package last updated on 22 Dec 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