mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
20 lines
708 B
YAML
20 lines
708 B
YAML
type: "bot"
|
|
integrationType: "wikipedia"
|
|
enabled: true
|
|
userId: "@_neb_wikipedia:matrix.org"
|
|
name: "Wikipedia"
|
|
about: "Use `!wikipedia query` to find something from Wikipedia"
|
|
avatar: "img/avatars/wikipedia.png"
|
|
|
|
# This integration can be hosted in one of two ways: self-hosted or using vector.im's version.
|
|
# By default, vector.im's version is used, but you can host your own by uncommenting the `hosted`
|
|
# section below. Be sure to comment out or remove the `upstream` section below if you're self-hosting.
|
|
# Self-hosted bots are expected to auto-respond to invites.
|
|
|
|
upstream:
|
|
type: "vector"
|
|
id: "wikipedia"
|
|
#hosted:
|
|
# homeserverUrl: "https://t2bot.io"
|
|
# accessToken: "your_matrix_access_token_here"
|