GithubHelp home page GithubHelp logo

borisrunakov / matrix-trello-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jamebus/matrix-trello-bot

0.0 0.0 0.0 270 KB

A bot to interact with Trello on matrix

License: GNU General Public License v3.0

TypeScript 99.45% Dockerfile 0.55%

matrix-trello-bot's Introduction

matrix-trello-bot

TravisCI badge

A matrix bot to interact with Trello.

Questions? Ask away in #trellobot:t2bot.io

Usage

  1. Invite @trello:t2bot.io to a private room
  2. Send the message !trello login to authorize the bot to access your boards
  3. Invite @trello:t2bot.io to the room where you'd like Trello notifications/commands
  4. Send the message !trello watch <board url>
  5. The bot will now start notifying you about various actions performed on Trello

Building your own

Note: You'll need to have access to an account that the bot can use to get the access token.

  1. Clone this repository
  2. npm install
  3. npm run build
  4. Copy config/default.yaml to config/production.yaml
  5. Run the bot with NODE_ENV=production node lib/index.js

Docker

# Create the directory structure
# The bot needs it's config folder and cache location.
mkdir -p /matrix-trello-bot/config
mkdir -p /matrix-trello-bot/storage

# Create the configuration file. Use the default configration as a template.
nano /matrix-trello-bot/config/production.yaml

# Run the container
docker run -v /matrix-trello-bot:/data -p 4501:4501 turt2live/matrix-trello-bot

matrix-trello-bot's People

Contributors

borisrunakov avatar dependabot[bot] avatar jamebus avatar philrw avatar turt2live avatar

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.