Skip to content

Commit

Permalink
(docs) updated screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 5, 2024
1 parent 016fd4e commit 06fd34c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
32 changes: 20 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ 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.


<p align="center">
<a href="https://email-extractor.coveritup.app">
<img alt="free email extractor online app url" src="https://imgur.com/z9nS7xm.png" width="460">
</a>
</p>

**Quick Setup:** One command to install lighweight binary.

Expand All @@ -26,17 +30,21 @@ First it extracts all the number of urls provided by the user and at the same ti

# C.I

![go-build-time](https://coveritup.app/badge?org=kevincobain2000&repo=email_extractor&type=go-build-time&branch=master)
![go-test-runtime](https://coveritup.app/badge?org=kevincobain2000&repo=email_extractor&type=go-test-runtime&branch=master)
![coverage](https://coveritup.app/badge?org=kevincobain2000&repo=email_extractor&type=coverage&branch=master)
![go-binary-size](https://coveritup.app/badge?org=kevincobain2000&repo=email_extractor&type=go-binary-size&branch=master)
![go-mod-dependencies](https://coveritup.app/badge?org=kevincobain2000&repo=email_extractor&type=go-mod-dependencies&branch=master)

![go-build-time](https://coveritup.app/chart?org=kevincobain2000&repo=email_extractor&type=go-build-time&output=svg&width=160&height=160&branch=master&line=fill)
![go-test-runtime](https://coveritup.app/chart?org=kevincobain2000&repo=email_extractor&type=go-test-runtime&output=svg&width=160&height=160&branch=master&line=fill)
![coverage](https://coveritup.app/chart?org=kevincobain2000&repo=email_extractor&type=coverage&output=svg&width=160&height=160&branch=master)
![go-binary-size](https://coveritup.app/chart?org=kevincobain2000&repo=email_extractor&type=go-binary-size&output=svg&width=160&height=160&branch=master)
![go-mod-dependencies](https://coveritup.app/chart?org=kevincobain2000&repo=email_extractor&type=go-mod-dependencies&output=svg&width=160&height=160&branch=master&line=fill)
![go-build-time](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=go-build-time)
![go-test-runtime](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=go-test-runtime)
![coverage](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=coverage)
![go-binary-size](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=go-binary-size)
![go-mod-dependencies](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=go-mod-dependencies)
![npm-install-time](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=npm-install-time)
![npm-build-time](coveritup.app/badge?org=kevincobain2000&repo=email_extractor&branch=master&type=npm-build-time)

![go-build-time](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=go-build-time&theme=dark&line=fill&width=175&height=160)
![go-test-runtime](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=go-test-runtime&theme=dark&line=fill&width=175&height=160)
![coverage](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=coverage&theme=dark&line=fill&width=175&height=160)
![go-binary-size](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=go-binary-size&theme=dark&line=fill&width=175&height=160)
![go-mod-dependencies](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=go-mod-dependencies&theme=dark&line=fill&width=175&height=160)
![npm-install-time](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=npm-install-time&theme=dark&line=fill&width=175&height=160)
![npm-build-time](coveritup.app/chart?org=kevincobain2000&repo=email_extractor&branch=master&type=npm-build-time&theme=dark&line=fill&width=175&height=160)


# Install
Expand Down
48 changes: 24 additions & 24 deletions frontend/src/components/Extractor.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;
<div class="max-w-md mx-auto mt-10 select-none">
<div class="relative">
<div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" />
</svg>


</div>
Expand All @@ -33,20 +35,14 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;
<button x-bind:disabled="loading.fetching" type="button" x-on:click="submit"
class="text-white disabled:text-slate-400 absolute end-2.5 bottom-1.5 bg-blue-700 disabled:bg-gray-700 hover:bg-blue-800 focus:outline-none font-bold rounded-lg text-sm px-4 py-2">
<template x-if="loading.fetching">
<svg
aria-hidden="true"
role="status"
class="inline w-4 h-4 me-3 text-white animate-spin"
viewBox="0 0 100 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
fill="#E5E7EB"></path>
<path
d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
fill="currentColor"></path>
<svg aria-hidden="true" role="status" class="inline w-4 h-4 me-3 text-white animate-spin"
viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
fill="#E5E7EB"></path>
<path
d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
fill="currentColor"></path>
</svg>
</template>
<template x-if="!loading.fetching">
Expand All @@ -60,13 +56,17 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;
</div>

<span x-text="loading.error" class="text-red-500 text-sm text-center block mt-5"></span>
<div class="text-center text-sm pt-5">
<span class="">CRAWLS #</span><span x-text="loading.counterCrawls" class=" text-green-300 font-bold"></span>
<span class="pl-5">HITS #</span><span x-text="loading.counterHits" class=" text-green-500 font-bold"></span>
</div>
<div class="text-center text-sm pt-1 block">
➠ <span x-text="loading.url" class="text-blue-300"></span>
</div>
<template x-if="loading.counterCrawls > 0">
<div class="text-center text-sm pt-5">
<span class="">CRAWLS #</span><span x-text="loading.counterCrawls"
class=" text-green-300 font-bold"></span>
<span class="pl-5">HITS #</span><span x-text="loading.counterHits"
class=" text-green-500 font-bold"></span>
</div>
<div class="text-center text-sm pt-1 block">
➠ <span x-text="loading.url" class="text-blue-300"></span>
</div>
</template>
<template x-if="result.data.length > 0">
<div class="overflow-x-auto mt-10 rounded xl:mr-32 xl:ml-32">
<table class="w-full text-sm font-mono text-left text-gray-400">
Expand Down

0 comments on commit 06fd34c

Please sign in to comment.