All Projects → DiegoCaraballo → Email Extractor

DiegoCaraballo / Email Extractor

The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Email Extractor

Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (+139.51%)
Mutual labels:  email-marketing, email, emails
Awesome Emails
✉️ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (+1602.47%)
Mutual labels:  email-marketing, email, emails
Linkedin
Linkedin Scraper using Selenium Web Driver, Chromium headless, Docker and Scrapy
Stars: ✭ 309 (+281.48%)
Mutual labels:  scraper, scrapy, scraping
Html Email Templates
Free HTML Email Templates created using the Postcards - https://designmodo.com/postcards/
Stars: ✭ 178 (+119.75%)
Mutual labels:  email-marketing, email, emails
Seleniumcrawler
An example using Selenium webdrivers for python and Scrapy framework to create a web scraper to crawl an ASP site
Stars: ✭ 117 (+44.44%)
Mutual labels:  scraper, scrapy, scraping
scrapy facebooker
Collection of scrapy spiders which can scrape posts, images, and so on from public Facebook Pages.
Stars: ✭ 22 (-72.84%)
Mutual labels:  scraper, scraping, scrapy
Django Dynamic Scraper
Creating Scrapy scrapers via the Django admin interface
Stars: ✭ 1,024 (+1164.2%)
Mutual labels:  scraper, scrapy, scraping
Headless Chrome Crawler
Distributed crawler powered by Headless Chrome
Stars: ✭ 5,129 (+6232.1%)
Mutual labels:  scraper, scraping
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (+601.23%)
Mutual labels:  email, emails
Imagescraper
✂️ High performance, multi-threaded image scraper
Stars: ✭ 630 (+677.78%)
Mutual labels:  scraper, scraping
Mailinglistscraper
A python web scraper for public email lists.
Stars: ✭ 19 (-76.54%)
Mutual labels:  scraper, scrapy
Fbcrawl
A Facebook crawler
Stars: ✭ 536 (+561.73%)
Mutual labels:  scraper, scrapy
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+5871.6%)
Mutual labels:  scraper, scraping
Easy Scraping Tutorial
Simple but useful Python web scraping tutorial code.
Stars: ✭ 583 (+619.75%)
Mutual labels:  scrapy, scraping
Scrapple
A framework for creating semi-automatic web content extractors
Stars: ✭ 464 (+472.84%)
Mutual labels:  scrapy, scraping
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+874.07%)
Mutual labels:  scraper, scraping
Email Templates
Free HTML email templates for Mailchimp and other emails services
Stars: ✭ 457 (+464.2%)
Mutual labels:  email-marketing, emails
Scrapyrt
HTTP API for Scrapy spiders
Stars: ✭ 637 (+686.42%)
Mutual labels:  scraper, scrapy
Scrapy Cluster
This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
Stars: ✭ 921 (+1037.04%)
Mutual labels:  scrapy, scraping
Notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
Stars: ✭ 32 (-60.49%)
Mutual labels:  email-marketing, email

Fix: 13-09-2019

  • Fix - The script was pasted when searching for phrases on Google.
  • Add Requirements - pip install -r requirements.txt

Email Extractor Functions

English

  • (1) Extract emails from a single URL

  • (2) Extract emails from a URL (Two Levels) - Search on the page and all its URLs

  • (3) Do a Google search, save the Urls found and search the emails

  • (4) You can list the saved emails

  • (5) You can save the mailing list in a .txt file

  • (6) Delete Emails from data base

  • The emails are stored in a Sqlite database ("Emails.db")

Español

  • (1) Extraer los correos de una única URL

  • (2) Extraer los correos de una Url (Dos Niveles) - Busca sobre la página y todas sus URL

  • (3) Hacer una busqueda en Google, guardar las Urls encontradas y buscar los correos en dichas Urls

  • (4) Los correos son guardados en una base de datos Sqlite

  • (5) Se pueden listar los correos guardados

  • (6) Se pueden guardar los correo en un archivo .txt

  • Todos los correos son guardados en una base de datos Sqlite ("Emails.db")

Versión: Python 3.x.

Required modules - Modulos necesarios

Update 13-09-2019

pip install -r requirements.txt

Extraer correos de paginas web con Python

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].