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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file loopers-1.4.tar.gz
.
File metadata
- Download URL: loopers-1.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.20.1 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 349541824c652ec53254e397e12e88b1f303cc381fb06dbeaf0c74544f98557b |
|
MD5 | a28b3b2c35b42027040dad5a754fccfe |
|
BLAKE2b-256 | 0cd0542d26d1cfdeef00bbb5e24bf0a5fb20a794d1022b829f7ecb95628a4904 |
File details
Details for the file loopers-1.4-py3-none-any.whl
.
File metadata
- Download URL: loopers-1.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.20.1 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2afbb33099b91389cd6f84e54ff56a3abad9b8bc429d0b395a285db8f9a24f51 |
|
MD5 | 97fd9706d54b7939df1e5aa9bbf154e4 |
|
BLAKE2b-256 | 40a7bfa4fd857a5daa16a7a007c780c5f2a73ec0970582d94c414e854f445f1d |