zooeytsai 2 年 前
コミット
f505d6a513
1 ファイル変更7 行追加0 行削除
  1. 7 0
      youtube/run_yt.py

+ 7 - 0
youtube/run_yt.py

@@ -0,0 +1,7 @@
+import random
+import os
+
+profile_file = ['Profile 20', 'Profile 25']
+p = random.choice(profile_file)
+
+os.system('python yt_comment.py get --profile="'+p+'"')