|
@@ -1,5 +1,5 @@
|
|
# PyInstaLive
|
|
# PyInstaLive
|
|
-
|
|
|
|
|
|
+
|
|

|
|

|
|
|
|
|
|
This Python script enables you to download any ongoing Instagram livestreams as well as any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued.
|
|
This Python script enables you to download any ongoing Instagram livestreams as well as any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued.
|
|
@@ -50,21 +50,21 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi
|
|
|
|
|
|
## Installation
|
|
## Installation
|
|
|
|
|
|
-*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.0.7**).*
|
|
|
|
|
|
+*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.0.8**).*
|
|
|
|
|
|
#### Installing
|
|
#### Installing
|
|
|
|
|
|
Run the following command in your command line (might need to be run as administrator on Windows):
|
|
Run the following command in your command line (might need to be run as administrator on Windows):
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.7 --process-dependency-links
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.8 --process-dependency-links
|
|
```
|
|
```
|
|
|
|
|
|
#### Updating
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **3.0.7**) run the following command:
|
|
|
|
|
|
+To update PyInstaLive to the latest version (currently **3.0.8**) run the following command:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.7 --process-dependency-links --upgrade
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.8 --process-dependency-links --upgrade
|
|
```
|
|
```
|
|
|
|
|
|
#### Specific versions
|
|
#### Specific versions
|
|
@@ -120,7 +120,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
|
> pyinstalive -d "janedoe"
|
|
> pyinstalive -d "janedoe"
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|
|
-[I] PYINSTALIVE (SCRIPT V3.0.7 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
|
|
|
|
+[I] PYINSTALIVE (SCRIPT V3.0.8 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|
|
[I] Successfully logged into account: johndoe
|
|
[I] Successfully logged into account: johndoe
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|