1
0

migrate to aiohttp

This commit is contained in:
2025-08-04 09:56:02 +09:00
parent 540a84e772
commit 8ad93caa90
10 changed files with 175 additions and 189 deletions

View File

@@ -4,11 +4,14 @@ from datetime import datetime
from bs4 import Tag
from utils.typings import BoardPath
@dataclass
class Post:
id: int
boardId: str
postId: int
boardPath: BoardPath
authorId: Optional[str] = None
authorName: Optional[str] = None
category: Optional[str] = None