Jason 2 years ago
parent
commit
99628a7e97
3 changed files with 3 additions and 0 deletions
  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}"