upate
This commit is contained in:
+11
-11
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user