A bot to interact with Trello on matrix
2.7K
A matrix bot to interact with Trello.
Questions? Ask away in #trellobot:t2bot.io
@trello:t2bot.io to a private room!trello login to authorize the bot to access your boards@trello:t2bot.io to the room where you'd like Trello notifications/commands!trello watch <board url>Note: You'll need to have access to an account that the bot can use to get the access token.
npm installnpm run buildconfig/default.yaml to config/production.yamlNODE_ENV=production node lib/index.js# 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
Content type
Image
Digest
Size
148.3 MB
Last updated
over 4 years ago
docker pull turt2live/matrix-trello-bot