Page 1 of 1

Scraping

Posted: Fri Oct 15, 2021 9:46 pm
by leon
Hi,

Scraping takes way to long! Scraped 5k Account's in 10h ..
How to make it faster?

Re: Scraping

Posted: Sat Oct 16, 2021 2:00 pm
by martin@rootjazz
What are you doing exactly?
How you doing it?
What searches?
Any filters (this will slow things down alot, as you need 1 request per result and if you filter 90% of results, you will need to test a lot more results to get what you want)

and submit app logs showing your action with the issue

HELP > LOGS > SUBMIT

then send your logs ID - the numbers are sufficient (displayed after successful uploading of logs)





Regards,
Martin

Re: Scraping

Posted: Sun Oct 17, 2021 7:57 pm
by leon
I want to filter people who have DM enabled.

Re: Scraping

Posted: Tue Oct 19, 2021 6:24 pm
by leon
I have one filter enabled (DM) I get only ~100 Results per Hour no matter how many accounts i'am using.
Is there a way to make it faster. Scraping Followers Only is extremly fast! Please Help asap!

Best Regards

Re: Scraping

Posted: Wed Oct 20, 2021 6:57 pm
by martin@rootjazz
sircrocodile wrote: Tue Oct 19, 2021 6:24 pm I have one filter enabled (DM) I get only ~100 Results per Hour no matter how many accounts i'am using.
Is there a way to make it faster. Scraping Followers Only is extremly fast! Please Help asap!

Best Regards
If you are using a filter, rather than being able to scrape 100 results with 1 request, the program now needs to perform an additional request PER result, so 101 requests for 100 results, this takes time.

And the results, will depend on how many have DM enabled, so it could be 50% 90% or 1% depending on your search.

The program does need to pause and take it's time, otherwise twitter will block you for scraping too many results.

There is a custom SEARCH PAUSE on the SETTINGS tab, which you can deactivate, which is an additional pause, the other pauses are forced as are required to keep the account running smoothly




Regards,
Martin

Re: Scraping

Posted: Wed Oct 20, 2021 7:06 pm
by leon
Thank You