refactor: rename scraping functions for consistency and improve data handling

This commit is contained in:
Vxrtrauter
2026-03-04 19:11:31 +01:00
parent 90124fd9c8
commit 34a50e1a1b
5 changed files with 48 additions and 105 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ def _get_telegram_posts():
return(posts)
def scrape_monkrus_telegram(query):
def scrape_m0nkrus(query):
posts = _get_telegram_posts()
filtered_posts = []