PHP Email Crawler — I have a CSV file of website URLs that I would like to extract the emails from, however, I’m unsure of the best way to run the script

Hi There,

I've just purchased a PHP Email Crawler.

I have a CSV file of website URLs that I would like to extract the emails from, however, I'm unsure of the best way to run the script.

https://veryutils.com/php-web-email-crawler

Are you able to please assist?

Many Thanks,
Customer
-----------------------------------------

image
Thanks for your message, you can take all of the URLs from your CSV file first, make a .bat file to contain the following command lines for each URL,

------------------------
"D:\VeryUtils\php-email-crawler\php\php.exe" "D:\VeryUtils\php-email-crawler\crawl.php" url===https://www.url1.com level===100

"D:\VeryUtils\php-email-crawler\php\php.exe" "D:\VeryUtils\php-email-crawler\crawl.php" url===https://www.url2.com level===100

"D:\VeryUtils\php-email-crawler\php\php.exe" "D:\VeryUtils\php-email-crawler\crawl.php" url===https://www.url3.com level===100

"D:\VeryUtils\php-email-crawler\php\php.exe" "D:\VeryUtils\php-email-crawler\crawl.php" url===https://www.url4.com level===100

"D:\VeryUtils\php-email-crawler\php\php.exe" "D:\VeryUtils\php-email-crawler\crawl.php" url===https://www.url5.com level===100

"D:\VeryUtils\php-email-crawler\php\php.exe" "D:\VeryUtils\php-email-crawler\crawl.php" url===https://www.url6.com level===100
......
......
......
------------------------

If the "php-email-crawler" in your system in a different folder, you need change the folder name in the .bat file also.

You can run this .bat file to do the batch email crawl, the crawled email will be saved into "emails-queue.txt" file in the current folder, then you can use "php-batch-email-sender" to batch send emails using "emails-queue.txt" file easily, the "php-batch-email-sender" script can be found from this web page,

https://veryutils.com/php-script-batch-send-emails

VeryUtils

No votes yet.
Please wait...

Related Posts

Leave a Reply

Your email address will not be published.