feat: add summary and search commands (#54)

* feat: add summary and search commands

Signed-off-by: Frost Ming <me@frostming.com>

* fix formats

Signed-off-by: Frost Ming <me@frostming.com>

* fix: clean up

Signed-off-by: Frost Ming <me@frostming.com>
This commit is contained in:
Frost Ming
2025-07-08 11:41:57 +08:00
committed by GitHub
parent e91862a548
commit 0b60ae2fbe
31 changed files with 1279 additions and 2588 deletions

View File

@ -1,8 +1,8 @@
from urlextract import URLExtract
from telebot import TeleBot
from telebot.types import Message
from urlextract import URLExtract
from . import *
from ._utils import bot_reply_first, bot_reply_markdown
def tweet_handler(message: Message, bot: TeleBot):