From 21d77c13cae374302aaa55ebcd34530b287b3a16 Mon Sep 17 00:00:00 2001 From: Archos Date: Mon, 20 Apr 2026 19:18:54 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20emoji=20=F0=9F=90=98=20m=C3=ADsto=20?= =?UTF-8?q?=F0=9F=91=A4=20u=20toot=C5=AF=20t=C3=BDdne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weekly_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weekly_report.py b/weekly_report.py index e823688..a03b0a7 100644 --- a/weekly_report.py +++ b/weekly_report.py @@ -147,7 +147,7 @@ def build_monthly_toot(measures_data, tags, top_tooty, date_to, prev_stats, inst if top_tooty: blocks = "\n\n".join( - f"πŸ‘€ @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" + f"🐘 @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" for s in top_tooty ) tooty_sekce = f"\n🌟 Tooty mΔ›sΓ­ce:\n\n{blocks}" @@ -182,7 +182,7 @@ def build_toot(measures_data, tags, top_tooty, date_from, date_to, week_number): if top_tooty: blocks = "\n\n".join( - f"πŸ‘€ @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" + f"🐘 @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" for s in top_tooty ) toot_tyden = f"🌟 Tooty tΓ½dne:\n\n{blocks}\n\n"