This commit is contained in:
Foufure13
2025-04-07 13:26:43 +02:00
parent fc45df9799
commit 91c8ac5a3a
16 changed files with 169 additions and 133 deletions
+11 -11
View File
@@ -192,20 +192,20 @@ if __name__ == '__main__':
recordTw.main()
#lancement d'enregistrement chat du stream
hprint("blue", "start loop TwitchChatBot")
bot = TwitchChatBot(args.twitchname)
bot.start()
# hprint("blue", "start loop TwitchChatBot")
# bot = TwitchChatBot(args.twitchname)
# bot.start_background()
# hprint("blue", "start loop Subtitle_translation")
# sb_translation = Subtitle_translation("../config/config.json")
# sb_translation.start_main_loop()
hprint("blue", "start loop Subtitle_translation")
sb_translation = Subtitle_translation("../config/config.json")
sb_translation.start_main_loop()
# hprint("blue", "start loop IA_generator")
# ask_text = IA_generator("../config/config.json")
# ask_text.start_main_loop()
hprint("blue", "start loop IA_generator")
ask_text = IA_generator("../config/config.json")
ask_text.start_main_loop()
# controluser = messageTwitch("../config/user.json",args.twitchname)
# controluser.start_loop_respond()
controluser = messageTwitch("../config/user.json",args.twitchname)
controluser.start_loop_respond()
print_help()
listener_thread = threading.Thread(target=start_keyboard_listener)