From 584e319b9bab16df33496b59944dd2cb8e9a75b9 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Mon, 25 Nov 2024 15:30:35 +0900 Subject: [PATCH] ci: remove coveritup --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index fb58f0b..130d2f9 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,6 @@ A free utility to extract email address by crawling a given url upto a given dep Web email extractor by url crawl using command line interface. Email addresses can be extracted from any url. First it extracts all the number of urls provided by the user and at the same time extracts emails using simple Go routines. This simple application allows to crawl through a website with depth options. -

- - free email extractor online app url - -

**Quick Setup:** One command to install lighweight binary. @@ -106,10 +101,6 @@ email_extractor --port=8080 It crawled `1000 urls`, and found `300 email addresses` in about `11 seconds`. -

- bar chart -

- # Development notes ```sh