aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-16 23:40:45 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-17 00:21:13 -0700
commit27af8c9793ddd16697e480aca3a61c6397a60219 (patch)
tree03d29b8fd540795bc52077982d77c1a78ae721b6
parentc7edf6457e3a0a1800caffc15634007e80158287 (diff)
future proof some potential BEMANI entries
-rw-r--r--rasis.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/rasis.py b/rasis.py
index f115d77..89288df 100644
--- a/rasis.py
+++ b/rasis.py
@@ -55,6 +55,21 @@ def generate_post_content(post_data: dict) -> str:
elif "SOUND_VOLTEX" in post_data["identifier"]:
game = "SOUND VOLTEX"
tags = "#sdvx #soundvoltex #bemani"
+ elif "DDR" in post_data["identifier"]:
+ game = "DanceDanceRevolution"
+ tags = "#ddr #dancedancerevolution #bemani"
+ elif "POPN_MUSIC" in post_data["identifier"]:
+ game = "pop'n music"
+ tags = "#popn #bemani"
+ elif "JUBEAT" in post_data["identifier"]:
+ game = "jubeat"
+ tags = "#jubeat #bemani"
+ elif "GITADORA " in post_data["identifier"]:
+ game = "GITADORA"
+ tags = "#gitadora #bemani"
+ elif "NOLSTALGIA" in post_data["identifier"]:
+ game = "NOSTALGIA"
+ tags = "#bemani"
elif "CHUNITHM_JP" in post_data["identifier"]:
post_data['headline'] = None
game = "CHUNITHM (JPN)"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage