aboutsummaryrefslogtreecommitdiffstats
path: root/rasis.py
diff options
context:
space:
mode:
Diffstat (limited to 'rasis.py')
-rw-r--r--rasis.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rasis.py b/rasis.py
index 89288df..d28f14c 100644
--- a/rasis.py
+++ b/rasis.py
@@ -90,6 +90,9 @@ def generate_post_content(post_data: dict) -> str:
post_data['headline'] = None
game = "O.N.G.E.K.I (JPN)"
tags = "#ongeki"
+ elif "TAIKO" in post_data["identifier"]:
+ game = "Taiko no Tatsujin"
+ tags = "#taikonotatsujin"
content = f"📰 {game} - {post_data['date']}\n\n"
if post_data["type"] is not None:
content = content + f"[{post_data['type']}] "
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage