linkbox-bot

0.0.5 • Public • Published

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:

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

Package Sidebar

Install

npm i linkbox-bot

Weekly Downloads

2

Version

0.0.5

License

MIT

Last publish

Collaborators

  • maildots