Jason 2 年 前
コミット
99628a7e97
3 ファイル変更3 行追加0 行削除
  1. 1 0
      go_friend_request.bat
  2. 1 0
      go_like_posts.bat
  3. 1 0
      go_watch_live.bat

+ 1 - 0
go_friend_request.bat

@@ -0,0 +1 @@
+start powershell.exe -Command "&{cd 'C:\Users\USER\Desktop\FB_Bots'; python3 friend_request.py}"

+ 1 - 0
go_like_posts.bat

@@ -0,0 +1 @@
+start powershell.exe -Command "&{cd 'C:\Users\USER\Desktop\FB_Bots'; python3 like_posts.py}"

+ 1 - 0
go_watch_live.bat

@@ -0,0 +1 @@
+start powershell.exe -Command "&{cd 'C:\Users\USER\Desktop\FB_Bots'; python3 watch_live.py}"