1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Change section for ninjemail

This commit is contained in:
lorien 2024-05-26 16:22:37 +03:00 committed by GitHub
parent 594ff81711
commit c0e78a4c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,10 +348,6 @@ Libraries for parsing email.
* [flanker](https://github.com/mailgun/flanker) - A email address and Mime parsing library.
* [Talon](https://github.com/mailgun/talon) - Mailgun library to extract message quotations and signatures.
Libraries for creating email accounts.
* [ninjemail](https://github.com/david96182/ninjemail) - Python library for automated email account creation for different providers.
## URL and Network Address
Libraries for parsing/modifying URLs, network addresses, domain names.
@ -377,6 +373,7 @@ Libraries for parsing/modifying URLs, network addresses, domain names.
Tools to automate multiple actions on a website.
## Web Automation :: Content Extraction
* [newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python.
* [python-goose](https://github.com/grangier/python-goose) - HTML Content/Article Extractor.
* [scrapely](https://github.com/scrapy/scrapely) - Library for extracting structured data from HTML pages. Given some example web pages and the data to be extracted, scrapely constructs a parser for all similar pages.
@ -397,6 +394,11 @@ Tools to automate multiple actions on a website.
* [photon](https://github.com/s0md3v/Photon) - Incredibly fast crawler designed for OSINT
* [extractnet](https://github.com/currentsapi/extractnet) - Machine Learning based content and metadata extraction in Python 3
## Web Automation :: Account Creation
* [ninjemail](https://github.com/david96182/ninjemail) - Python library for automated email account creation for different providers.
## WebSocket
Libraries for working with WebSocket.