aboutsummaryrefslogtreecommitdiffstats
path: root/rasis.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-03 16:22:05 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-03 16:22:05 -0800
commitc9a6eb2a158b2d13c1aa4bd402ee7b1030343914 (patch)
tree4019566011cf6206aa4d35b07cc9cdf97d0ad312 /rasis.py
parent2edead4d4da0c2f14b7923e8b18889b2358cd52d (diff)
allow posts from music_diver
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 373328e..9b7aaa1 100644
--- a/rasis.py
+++ b/rasis.py
@@ -72,6 +72,9 @@ def generate_post_content(post_data: dict) -> str:
elif "TAIKO" in post_data["identifier"]:
game = "Taiko no Tatsujin"
tags = "#taikonotatsufin"
+ elif "MUSIC_DIVER" in post_data["identifier"]:
+ game = "MUSIC DIVER"
+ tags = "#music_diver"
else:
return None
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage