-
Does get_photos work with groups or only accounts? I'm trying to download a group's media library. A group member is searching for a specific image among many thousands and I was going to use this to…
-
I'm trying to get a full date format from the posts so that I can order the posts temporally easier, the date is in a 'abbr' element that only shows how much time has passed. I have seen by inspecting…
-
I tried getting the photos of others but the program always returns
No raw posts ( elements) were found in this page.
e.g. for photo in get_photos(chiyukit)
Is it the correct usage?
…
-
Is there a way to start at page X, so that I batch rather than setting pages to none?
-
I want to login like that:
HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor();
loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.BODY);
OkHttpClient…
-
Hello,
First of all, thank you for this very useful package!
I started to use this on Linux and the dictionnary output was far from what I have while using Windows. On windows, all is working we…
-
If user, which cookies I use, liked post it looks like
> You and 7 others
instead of just number
and script returns Empty string.
When there is 0 likes - it returns 0, as should.
-
[Asyncio](https://docs.python.org/3/library/asyncio.html) is Python's new standard asynchronous I/O library. We should use it when scraping (we'll have to replace requests with [aiohttp](https://githu…
-
Hi,
this is more of a question than a issue.
When I call get_page_info with allow_extra_requests to False I get an answer like this:
{
"about": "Via Valparaiso, Milano, Lombardia\nIndicazion…
-
I am trying to collect data under an account with thousands of posts. The program got some error from time to time so each time I have to start from the beginning.
I am wondering if the library is…