Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirrobot01/loopers
https://github.com/sirrobot01/loopers
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sirrobot01/loopers
- Owner: sirrobot01
- License: mit
- Created: 2020-03-05T20:51:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T20:51:27.000Z (over 4 years ago)
- Last Synced: 2024-04-28T12:03:24.587Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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 keysemails: 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 [email protected]**.
Thanks for your time.