An open API service indexing awesome lists of open source software.

https://github.com/storopoli/emailscraper.jl

Scrape Emails from Domains
https://github.com/storopoli/emailscraper.jl

julia webscraping

Last synced: about 1 year ago
JSON representation

Scrape Emails from Domains

Awesome Lists containing this project

README

          

# EmailScraper.jl

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://storopoli.io/EmailScraper.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://storopoli.io/EmailScraper.jl/dev)
[![Build Status](https://github.com/devmotion/MCMCDiagnosticTools.jl/workflows/CI/badge.svg?branch=main)](https://github.com/devmotion/MCMCDiagnosticTools.jl/actions?query=workflow%3ACI+branch%3Amain)
![GitHub](https://img.shields.io/github/license/LabCidades/email-scraper)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)

A general-purpose email scraper to extract email addresses from urls.

## Usage

`EmailScraper.jl` exports only one function:

```
scrape_url(url)
```