Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.68 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.68 KB

Google Email Scraper

Bu proje keywords.txt dosyası üzerinden vermiş olduğunuz anahtar kelimeleri sıralı bir şekilde Google arama sonuçlarını tarayarak e-posta adreslerini bulan bir uygulamadır.

Kullanıcıların belirledikleri anahtar kelimeye göre Google üzerinde arama yapmasını sağlar ve bulunan her e-posta adresini otomatik olarak bir metin dosyasına kaydeder. Ayrıca, taranan web sitelerinin URL'lerini ve toplamda kaç e-posta adresi bulunduğunu raporlar.

Ve daha önce aramış olduğunuz anahtar kelimeleri searched_keywords.txt isimli bir dosyada tutar bu sayede tekrardan aynı anahtar kelimeleri aramazsınız.

Kullanımı

  1. Keywords.txt dosyasına aramak istediğiniz anahtar kelimeleri girin ve node.js uygulamasını çalıştırın.
  2. EmailFinder web sayfalarını tarayacaktır.
  3. Bulunan e-posta adreslerini size txt dosyası halinde verecektir.

This project is an application that searches for email addresses by crawling Google search results based on the keywords provided in a keywords.txt file.

It allows users to perform searches on Google using specified keywords and automatically saves each found email address to a text file. Additionally, it reports the URLs of the crawled websites and the total number of email addresses found. Previously searched keywords are stored in a file named searched_keywords.txt, so you won’t search for the same keywords again.

Usage

  1. Enter the keywords you want to search in the keywords.txt file and run the Node.js application.
  2. EmailFinder will crawl web pages.
  3. It will provide you with a .txt file containing the found email addresses.