From 9bd1964ae210e1cbd82bb451fc2c0edc9fa8e6c2 Mon Sep 17 00:00:00 2001 From: nek0us Date: Mon, 5 Jun 2023 15:55:20 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20twitter=E8=AE=A2?= =?UTF-8?q?=E9=98=85=20(#2081)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 653930be..6b7d8a56 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5893,5 +5893,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_twitter", + "project_link": "nonebot-plugin-twitter", + "name": "twitter订阅", + "desc": "订阅推送 twitter 推文", + "author": "nek0us", + "homepage": "https://github.com/nek0us/nonebot-plugin-twitter", + "tags": [ + { + "label": "twitter", + "color": "#29a8dc" + } + ], + "is_official": false } ]