Skip to main content

An email scrapper

Project description

Loopers

Loopers is a tiny script used in scrapping emails out of a web page.


Functions

  • Scraps emails from web page
  • Allow checking first level subdirectories of a page

Requirements

  • Python 3.x or 2.x
  • Working internet
  • Requests
  • BeautifulSoup

Installation

  • Install loopers by entering this command in your terminal

pip install loopers

Argument(s)

Pass string(s) of links you want to scrap.


Usage

  • Import looper to your codes.

from loopers import loop data = loop("https://nairaland.com", "https://twitter.com", "https://linkedin.com")

The functions returns a dictionary with the url(s) as key(s) which are also dictionaries with the following keys

emails: List of emails found in the page n_links: Number of links in the scrapped page links: Links generated from the page


Endnote

If at all there is an issue raised during execution of the command, kindly raise an issue here or better still mail me at akeremukhtar10@gmail.com. Thanks for your time.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loopers-1.4.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

loopers-1.4-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page