A small/simple Matrix bot to acquire the MXC URI for media.
3.0K
A small/simple Matrix bot to acquire the MXC URI for media.
Questions? Ask away in #mediabot:t2bot.io
Note: You'll need to have an access token for an account the bot may use.
npm installnpm run buildconfig/default.yaml to config/production.yaml and edit accordinglyNODE_ENV=prodiction node lib/index.js# Create the directory structure for the bot's volume
mkdir -p /matrix-media-bot/config
mkdir -p /matrix-media-bot/logs
mkdir -p /matrix-media-bot/storage
# Create the configuration file. Use the default configuration as a template.
# Logs will automatically be enabled, and the dataPath will be ignored.
nano /matrix-media-bot/config/production.yaml
# Run the container
docker run -v /matrix-media-bot:/data turt2live/matrix-media-bot
Content type
Image
Digest
Size
59.3 MB
Last updated
over 7 years ago
docker pull turt2live/matrix-media-bot