PyInstaLive
PyInstaLive copied to clipboard
Python script to download Instagram livestreams.
Hi @dvingerh On 3.x version when there is a problem with account, pyinstalive indicates what's going on, like "challenge_required", "login_required", etc. On 4.0 version it doesn't indicate anything, and acts...
Version 4.0.2 ###### Command used pyinstalive -u xxx -p xxx -d yyy **Example:** ```pyinstalive -u "johndoe" -p "grapefruits" -d "justinbieber"``` ###### Behaviour [E] Could not get livestream information: Expecting value:...
## Fill in this template completely. Issues not following this template will be closed and ignored. #### Check the boxes below by filling `[ ]` with an `x` so it...
> Install the prerequisites and then PyInstaLive. What's "then PyInstaLive"? ``` PyInstaLive zsh: command not found: PyInstaLive ``` > Run `pyinstalive` to generate a default configuration file. ``` $ pyinstalive...
- [x] I am using the latest version of PyInstaLive: 4.0.2 - [x] I have python installed 3.6+: `3.8.10` - [x] I have read the [README](https://github.com/notcammy/pyinstalive/blob/master/README.md). - [x] I have...
###### Question I want this program to wait for someone to go live on Instagram. I tried writing a Batch file looping which results in multiple recorded videos, can you...
Fixed issue with csrf token and new error "Could not login: 'NoneType' object has no attribute 'get'"
Actual Issue: When you try to download a stream that has guests using `pyinstalive -df` the download command receives the name of the guest instead of receiving the name of...
Logging in was causing a problem in the latest version due to instagram changes.