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

memorybot

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memorybot

An infobot-inspired Slack bot that remembers things

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

cute robot icon

memorybot

Travis Coveralls license Docker

How to use it

Check out the documentation on https://statico.github.io/memorybot/

How to install it

You will have to host and run memorybot yourself. There is no "Add to Slack" button because hosting bots costs money. Also, memorybot needs to listen to all of the chat messages on rooms you invite it to, so you probably don't want to send your Slack team's chat messages to some random server that you don't trust.

1. Create a new bot integration for your team

  • Go to https://my.slack.com/services/new/bot
  • Give it a nice name, like @membot or @bender or @hal9000 or @glados
  • Maybe give it an icon. Check out the free Robots Expression icons by Graphiqa Stock.
  • Save the API token for later. It should begin with xoxb-.

2a. Run memorybot with Docker

$ mkdir /path/to/data
$ docker run --name memorybot -v /path/to/data:/data -e SLACK_TOKEN=xoxb-xxxxx statico/memorybot

2b. Run memorybot as a standalone application

$ mkdir data
$ npm install
$ echo "SLACK_TOKEN=xob-xxxxx" >>.env
$ echo "DATA_DIR=data" >>.env
$ npm run -s start

Feature requests & bugs?

Please file a GitHub issue or create a Pull Request.

Credits

Keywords

slack

FAQs

Package last updated on 21 Jan 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