feat: add post to fediverse (mastodon.py-based)

This commit is contained in:
草师傅 2025-08-01 13:18:08 +08:00
parent 8278ec5893
commit b1d7267775
6 changed files with 236 additions and 0 deletions

View file

@ -6,6 +6,7 @@ requires-python = ">=3.13"
dependencies = [
"aiodns==3.5.0",
"aiogram==3.21.0",
"mastodon-py==2.0.1",
"matrix-nio==0.25.2",
"python-abp==0.2.0",
"pyyaml>=6.0.2",