From cbcd3987d26b7576d052e0e99a1debf099d37c35 Mon Sep 17 00:00:00 2001 From: CupidsBow Date: Tue, 7 Feb 2023 14:18:47 +0000 Subject: [PATCH] :beers: publish bot koishi (#1680) --- website/static/bots.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/bots.json b/website/static/bots.json index f02fbff9..9f476b65 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -381,5 +381,26 @@ "homepage": "https://github.com/cnchens/ChensQBOTv2", "tags": [], "is_official": false + }, + { + "name": "koishi", + "desc": "支持爬取 codeforces, atcoder, 牛客上程序设计赛事的 bot。", + "author": "CupidsBow", + "homepage": "https://github.com/CupidsBow/koishi", + "tags": [ + { + "label": "acm", + "color": "#f71d1d" + }, + { + "label": "codeforces", + "color": "#1df721" + }, + { + "label": "atcoder", + "color": "#aa1df7" + } + ], + "is_official": false } ]