Giter VIP home page Giter VIP logo

memorybot's Introduction

cute robot icon

memorybot

Travis issues 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

  1. Go to https://my.slack.com/services/new/bot
  2. Give it a nice name, like @membot or @bender or @hal9000 or @glados
  3. Maybe give it an icon. Check out the free Robots Expression icons by Graphiqa Stock.
  4. 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

memorybot's People

Contributors

dependabot[bot] avatar statico avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

memorybot's Issues

Document empty responses

You can use <reply> without content right now to omit a reply, like foo is <reply>. This should be documented and tested

Security vulnerabilities

Hi,
I'm trying to get my company to allow use of memorybot for us, and as one step of the process I was asked to run security check using "snyk".

Its report looks rather bad, but perhaps some/most of the problems can be fixed by simply changing required versions of various modules?

Is there a chance you could look into it? I'm sorry, but my knowledge of JS is non-existent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.