add scraping logic

This commit is contained in:
Vxrtrauter
2025-10-18 01:22:11 +02:00
parent 1cab671a13
commit 7e5e3033e6
2 changed files with 18 additions and 5 deletions
+4 -1
View File
@@ -23,4 +23,7 @@ state = AppState(posts=[], post_titles=[], post_urls=[], post_author=[], downloa
@dataclass
class Post:
text: str
id: int
title: str
url: str
author: str