kyrlon
kyrlon
This sounds similar to the a previous issued [post](https://github.com/chris-greening/instascrape/issues/105#issue-818730223). Currently there is a [PR](https://github.com/chris-greening/instascrape/pull/125) for such a request out now.
I have attempted to run the added function `download_carousel` with the following Google Instagram [post](https://www.instagram.com/p/CXuAeZ1ltCa/), but come across a TypeError. ``` from instascrape import * from pathlib import Path def...
I had forgotten to perform the `scrape` method. With the new line, the function now operates as intended. ``` from instascrape import * from pathlib import Path def insta_scrape(ig_links): for...
@kiwiz Just curious, what was the basis of figuring out the majority of the api from an android client?
This was my hacky work around since the chars are coming in 1 char at a time ``` line = "" for char in container.logs(stream=True, follow=True): char = char.decode("utf-8") line...
Is repository still being maintained?
This seems to be a reoccurring bug with the `global_args()` parameter, but every instance that I have seen and personally attempted with it, it has not worked as proclaimed and...
> Rolling back to 1.0.2 helps for me. I've attempted this not in a container but on Debian 11, but still get the error `gkeepapi.exception.ParseException: Parse error in ` stating...
I ended up using a json file to keep all of my values with the example below: contents of `AUTH.json`: ``` { "AMBIENT_APPLICATION_KEY":"KEY_HEREEE", "AMBIENT_API_KEY":"KEY HERE", "AMBIENT_ENDPOINT":"https://rt.ambientweather.net/v1", "log_level": "debug" } ```...
> Test version V2.6.9: https://t.me/AndrOBD_dev/256 Came here with the Load measurement problem on my Galaxy S21+ running Android 14, and with this version I was able to load my saved...