|
@@ -20,7 +20,6 @@ If that doesn't help you out either I recommend creating a new temporary Instagr
|
|
|
|
|
|
#### Windows
|
|
|
|
|
|
-Example script:
|
|
|
|
|
|
```batch
|
|
|
cd C:\PyInstaLive
|
|
@@ -29,7 +28,9 @@ pyinstalive -u "username" -p "password" -r "live-username"
|
|
|
timeout 10 > nul
|
|
|
goto loop
|
|
|
```
|
|
|
-Make a new text file and copy the above contents. Make sure to save as a .bat file. Do this for each user you want to record and run the scripts concurrently. Increase the timeout by 5 seconds for each user you want to record to lessen the chances of getting blocked by Instagram.
|
|
|
+Make a new text file and copy the above contents. Edit the PyInstaLive command to your liking. Make sure to save the text as a .bat file. Do this for each user you want to record and run the scripts concurrently.
|
|
|
+
|
|
|
+Increase the timeout by at least 5 seconds or more for each user you want to record to lessen the chances of getting blocked by Instagram.
|
|
|
|
|
|
Make sure there is a configuration file called pyinstalive.ini in the directory you want to run PyInstaLive from. (Use `cd` to navigate to that directory if you put this script in a different location.)
|
|
|
|
|
@@ -43,12 +44,14 @@ do
|
|
|
sleep 10
|
|
|
done
|
|
|
```
|
|
|
-Make a new text file and copy the above contents. Make sure to save as a .sh file.
|
|
|
+Make a new text file and copy the above contents. Edit the PyInstaLive command to your liking. Make sure to save the text as a .sh file.
|
|
|
You must make the script executable with `chmod +x <filename>`. Use Google.
|
|
|
-Do this for each user you want to record and run the scripts concurrently. Increase the timeout by 5 seconds for each user you want to record to lessen the chances of getting blocked by Instagram.
|
|
|
+Do this for each user you want to record and run the scripts concurrently.
|
|
|
+
|
|
|
+Increase the timeout by at least 5 seconds or more for each user you want to record to lessen the chances of getting blocked by Instagram.
|
|
|
|
|
|
Make sure there is a configuration file called pyinstalive.ini in the directory you want to run PyInstaLive from. (Use `cd` to navigate to that directory if you put this script in a different location.)
|
|
|
|
|
|
### How can I run PyInstaLive 24/7 so I won't miss a livestream?
|
|
|
|
|
|
-Use the scripts provided in the previous question, they'll infinitely run the PyInstaLive you entered there. You'll need to have a computer or other device running this script 24/7 for this to work, obviously.
|
|
|
+Use the scripts provided in the previous question, they'll infinitely run the PyInstaLive command you entered there. You'll need to have a computer or other device running this script 24/7 for this to work, obviously.
|