0

Add timein, send-custom-html, jadict plugins (#15)

* Add timein plugin

* Add send-custom-html plugin

* Add jadict plugin
This commit is contained in:
Nightscape Coffee
2023-09-05 13:15:37 -07:00
committed by GitHub
parent a6b63a55fe
commit c34b0d4f5e
3 changed files with 18 additions and 0 deletions

6
data/plugins/thirdparty/jadict.yaml vendored Normal file
View 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: []

View 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
View 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: []