AyluinReymaer

Results 22 comments of AyluinReymaer

@zehad2871 Hello (: From the time that I had last posted, I changed my schedule. So, instead of processing 13 accounts at once on 2 different times of the day,...

@Dinth I think that will depend on how you are using Instagram though. For example, I could process like 10-20 accounts by scraping them every 5 min. After many accounts...

What I'm doing is to have a schedule from 8:00 to 23:00 every 30 min to download 1 profile. The way that I think instagram is working is that it...

@sotiris-bos I'm using the instaloader python module in a python script. Not the CLI. Below is the full code of how I'm using instaloader and a cron scheduler. It could...

@metttii This is exactly what I'm doing actually. Not a delay per request, but a delay per run and the bot runs on office hours from 08:00 to 23:30. Aside...

Hello, is there any progress or suggestions in how to filter EmbeddedDocuments? I have been trying for a while now and I've stumbled upon this open issue for the same...

I have changed a few lines in the `fields.py` file like so: ``` # This is line 221 in the file if callable(getattr(self.model, "objects", None)): iterables = self.get_queryset(self.model, info, **args)...

Wouldn't it be possible to use an online tool to automatically get the latest user agent for IOS and use that? Something like: https://www.whatismybrowser.com/guides/the-latest-user-agent/ios This way, we don't need to...

How about this? The following site is a database of all user agents that it is able to find which they have a lot of UAs (millions actually): https://developers.whatismybrowser.com/useragents/explore/software_name/instagram/ So,...

I think instagram is heavily rating stories. I did some tests in the past and apparently, if you get stories in quick succession, it is flagged by instagram. 2 days...