I would like to know how much RAM does the software consumes
For example how many accounts can I run at the same time with this bot with 4GB of RAM?
Also is it HWID LOCKED?
Thanks in advance.
Regards.
4gb will run between 1500-2000 accounts.
You can run the program on machines for your use, these are hardware locked but the install can be removed, freeing you up to install on a new machine
Nice. But will it share the same post multiple times if, by the next 4 hours I don't post another picture? Or is there an option where I just share it once.
If you use the token to share the latest image, it will share the latest image which would share the same image multiple times if no new image, so that is not ideal for you. Would you mind sending me an email:
Code:
support[at]rootjazz[dot]com
so we can discuss exactly what you want further, as I am limited in the amount of replies I can make to this thread, so discussing a new feature is not really possible. I have an idea that may suit your needs that would be a 5 minute job to add, but not 100% sure it is what you want.
I am really hopeful of this DM share action. Can I specify in which DM's I want his action to occure? Because I have hundreds of active DMs and I don't want to sent this to most of them, just a select few.
As above, send me an email so we can discuss in detail and make sure we are both talking about the same thing
I don't need to get an instant notification. The instadub has a liking and commenting action where I can input my own scrapped list of users right? I just need an option where when I activate those actions it will like/comment the most recent post of the targeted account. Is that possible?
If yes then if I keep those 2 actions running then it should go over the list of users over and over and keep liking the most recent post.
[/quote]
oh ok, if it doesn't need to be instant instant , then you would just do a CUSTOM SEARCH with the step LATEST POST. Latest post will return the latest post if valid (pass filter, not processed already) or nothing, it will not find an older image that also passes your filter / not processed, so should do exactly what you want. Set this action to repeat every (x) minutes (y) hours to ensure you detect when a new image is posted
what can we do to increase the speed for scraping? IF i try to scrape by; max ratio(under 2.0),follower/following in specific range, posted within x days, skip business accounts,min posts, and/or add invalid words. IT scrapes super slow (1 hour or so) .
As per my post to you on this in the other thread, I am not sure if I spoke to you already, but I will assume not and start from the beginning. Apologies if this is already known info to you.
When a search is performed, the search may return 10 results per request, it may return 100. If not filter is required, then can just be stored as results to be processed. When you want to filter, an additional request is required to get that results full information, to check it against your filter.
So we have gone from 1 request to get 100 results to 101 requests to get the results and then check the filter options. These 100 requests, can not just be blasted through as you will get a warning, then a block from ISG. Additionally, some filter options will require an additional request, such as LATEST POST, so for your case, it is 2 additional requests per result, so we have gone from 1 request for a 100 results, to 201 for 100 results.
Also, depending on your search, you may find 50% of the results pass your filter, so if you want 100 results, that would be you need to check 200 results (thus 402 requests) to get your 100.
But if your sucess rate is only 10%, then we are now having to check 1000 results, with 4000+ requests.
Hence why filtering increases the time.
There is no way around this, except by using more accounts. So rather than using 1 account for all 4000 requests, if your action could be split over 4 accounts, that is only 1000 requests per account, so the action can run 4x quicker.
Use 10 accounts and it can now run 10x quicker.
Currently, the only way to do this (and I admit it is not ideal) is to
a) run your search WITHOUT filter
b) divide your results of profiles / medias (search depending) into separate files
c) run a filter on your results using a search input type of FILEPATH, assigning one file to one account.
As I said, not ideal, but if you have 10,000 results to check and 10 accounts to use, the time saved in the search time, may make it worth while for the setup.
However, tests are ongoing to:
a) do the above automatically:
i.e. divide a single results file into multiple files and assign one each to an account
b) allow multi account search actions to multi thread their way through the filter stages.
Option (a) is a hacky solution (but quick) whilst (b) is being tested. Option (a) is actually ready, but not released, (b) is currently in development. I hope to have (a) released today / tomorrow and (b) mid-next week.
That said, this will only work if you have multiple accounts are your disposal. If you only have one account, there is no away to speed up searching and not get blocked.
If you would like a notification when these options are ready, send me an email
Code:
support[at]rootjazz[dot]com
Or if you would like to follow up the discussion as I will not be able to reply here for a couple of days
Regards,
Martin