acheng-floyd / matrix-media-bot

A small/simple Matrix bot to acquire the MXC URI for media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix-media-bot

TravisCI badge

A small/simple Matrix bot to acquire the MXC URI for media.

Questions? Ask away in #mediabot:t2bot.io

Usage

  1. Invite @mediabot:t2bot.io to your room
  2. Upload an image

Building your own

Note: You'll need to have an access token for an account the bot may use.

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

Docker

# 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

About

A small/simple Matrix bot to acquire the MXC URI for media

License:GNU General Public License v3.0


Languages

Language:TypeScript 84.9%Language:Dockerfile 15.1%