Add timein, send-custom-html, jadict plugins (#15)
* Add timein plugin * Add send-custom-html plugin * Add jadict plugin
This commit is contained in:
committed by
GitHub
parent
a6b63a55fe
commit
c34b0d4f5e
6
data/plugins/thirdparty/jadict.yaml
vendored
Normal file
6
data/plugins/thirdparty/jadict.yaml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
name: jadict
|
||||
repo: https://github.com/coffeebank/coffee-maubot/tree/master/jadict
|
||||
license: AGPL-3.0-or-later
|
||||
author: coffeebank
|
||||
description: A Japanese dictionary Matrix bot for searching and translating Japanese vocabulary (Hiragana, Katakana, Kanji, Romaji). Searches Jisho using Jisho API.
|
||||
public_instances: []
|
||||
6
data/plugins/thirdparty/send-custom-html.yaml
vendored
Normal file
6
data/plugins/thirdparty/send-custom-html.yaml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
name: send-custom-html
|
||||
repo: https://github.com/coffeebank/coffee-maubot/tree/master/send-custom-html
|
||||
license: AGPL-3.0-or-later
|
||||
author: coffeebank
|
||||
description: Have the bot send a message as custom HTML. Test and preview formatted HTML body in Matrix.
|
||||
public_instances: []
|
||||
6
data/plugins/thirdparty/timein.yaml
vendored
Normal file
6
data/plugins/thirdparty/timein.yaml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
name: timein
|
||||
repo: https://github.com/coffeebank/coffee-maubot/tree/master/timein
|
||||
license: AGPL-3.0-or-later
|
||||
author: coffeebank
|
||||
description: Get the time in specific cities. Check timezones. !timein New York (Python 3.9+) (Python <3.9 requires pytz, fuzzywuzzy)
|
||||
public_instances: []
|
||||
Reference in New Issue
Block a user