email-extractor-unicode


Nameemail-extractor-unicode JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://t.me/iamunicode
SummaryExtract Emails Using Phone Number
upload_time2024-02-19 11:51:44
maintainer
docs_urlNone
authorUnicode
requires_python>=3.12
licenseMIT
keywords emails
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1>Email Extractor Unicode</h1>
<p>Email Extractor Unicode is a Python library that allows you to extract emails from web pages related to phone
   numbers. It utilizes the undetected_chromedriver library to browse web pages and extract emails using regular
   expressions.
</p>
<h2>Installation</h2>
<p>To install Email Extractor Unicode, you can use pip:</p>
<pre><code>pip install email-extractor-unicode</code></pre>
<h2>Usage</h2>
<p>To use the library, you can import the <code>checker</code> function from the package.</p>
<pre><code>
import os
import subprocess

try:
    from email_extractor_unicode import checker
except ImportError:
    try:
        subprocess.check_call(["pip", "install", "email-extractor-unicode"])
        from email_extractor_unicode import checker
    except Exception as e:
        raise ImportError("Failed to install or import email-extractor-unicode:", e)

checker()
</code></pre>
<h2>Contact</h2>
<p>For any inquiries or feedback, you can reach out to me on Telegram at <a href="https://t.me/iamunicode"
   target="_blank">@iamunicode</a>. I'd be happy to hear from you and assist with any questions or issues
   related to Email Extractor Unicode.
</p>
<h2>Disclaimer</h2>
<p>Please use this library responsibly and respect the terms of service of the websites you are scraping. Email
   extraction from websites may be subject to legal restrictions in some jurisdictions. Always ensure you have the
   right to extract data from the websites you visit.
</p>

<h2>Change Log</h2>
<ul>
    <li><strong>1.3.0 (02/19/2024)</strong></li>
    <ul>
        <li>Fixed bugs</li>
    </ul>
</ul>


<h2>License</h2>

<p>Copyright 2024 UNICODE</p>

<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
    documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
    persons to whom the Software is furnished to do so, subject to the following conditions:</p>

<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
    Software.</p>

<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://t.me/iamunicode",
    "name": "email-extractor-unicode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "",
    "keywords": "emails",
    "author": "Unicode",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4c/59/5506af6afecef09a0be4c3bf1920dc44d42daef301eb28d0dcca90d76cc9/email_extractor_unicode-1.3.0.tar.gz",
    "platform": null,
    "description": "<h1>Email Extractor Unicode</h1>\r\n<p>Email Extractor Unicode is a Python library that allows you to extract emails from web pages related to phone\r\n   numbers. It utilizes the undetected_chromedriver library to browse web pages and extract emails using regular\r\n   expressions.\r\n</p>\r\n<h2>Installation</h2>\r\n<p>To install Email Extractor Unicode, you can use pip:</p>\r\n<pre><code>pip install email-extractor-unicode</code></pre>\r\n<h2>Usage</h2>\r\n<p>To use the library, you can import the <code>checker</code> function from the package.</p>\r\n<pre><code>\r\nimport os\r\nimport subprocess\r\n\r\ntry:\r\n    from email_extractor_unicode import checker\r\nexcept ImportError:\r\n    try:\r\n        subprocess.check_call([\"pip\", \"install\", \"email-extractor-unicode\"])\r\n        from email_extractor_unicode import checker\r\n    except Exception as e:\r\n        raise ImportError(\"Failed to install or import email-extractor-unicode:\", e)\r\n\r\nchecker()\r\n</code></pre>\r\n<h2>Contact</h2>\r\n<p>For any inquiries or feedback, you can reach out to me on Telegram at <a href=\"https://t.me/iamunicode\"\r\n   target=\"_blank\">@iamunicode</a>. I'd be happy to hear from you and assist with any questions or issues\r\n   related to Email Extractor Unicode.\r\n</p>\r\n<h2>Disclaimer</h2>\r\n<p>Please use this library responsibly and respect the terms of service of the websites you are scraping. Email\r\n   extraction from websites may be subject to legal restrictions in some jurisdictions. Always ensure you have the\r\n   right to extract data from the websites you visit.\r\n</p>\r\n\r\n<h2>Change Log</h2>\r\n<ul>\r\n    <li><strong>1.3.0 (02/19/2024)</strong></li>\r\n    <ul>\r\n        <li>Fixed bugs</li>\r\n    </ul>\r\n</ul>\r\n\r\n\r\n<h2>License</h2>\r\n\r\n<p>Copyright 2024 UNICODE</p>\r\n\r\n<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\r\n    documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the\r\n    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\r\n    persons to whom the Software is furnished to do so, subject to the following conditions:</p>\r\n\r\n<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the\r\n    Software.</p>\r\n\r\n<p>THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\r\n    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\n    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\r\n    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Extract Emails Using Phone Number",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://t.me/iamunicode"
    },
    "split_keywords": [
        "emails"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb41eef08e776417389b310414920baa3dd653082cd894c65990fcf26dd437f6",
                "md5": "69890eff0cf3c3f87816c5635e901cd8",
                "sha256": "7e2852ec15b30a67d70caf4fca4c66814448d01760990744c994d76607a2fac4"
            },
            "downloads": -1,
            "filename": "email_extractor_unicode-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69890eff0cf3c3f87816c5635e901cd8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 5633,
            "upload_time": "2024-02-19T11:51:42",
            "upload_time_iso_8601": "2024-02-19T11:51:42.728297Z",
            "url": "https://files.pythonhosted.org/packages/fb/41/eef08e776417389b310414920baa3dd653082cd894c65990fcf26dd437f6/email_extractor_unicode-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c595506af6afecef09a0be4c3bf1920dc44d42daef301eb28d0dcca90d76cc9",
                "md5": "e6414cd41486f58477485d0a864c7d34",
                "sha256": "843a539ce10a4125ceb82c40fd295f60a870d484df0aad7b994865195e27dcb8"
            },
            "downloads": -1,
            "filename": "email_extractor_unicode-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e6414cd41486f58477485d0a864c7d34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 4568,
            "upload_time": "2024-02-19T11:51:44",
            "upload_time_iso_8601": "2024-02-19T11:51:44.510439Z",
            "url": "https://files.pythonhosted.org/packages/4c/59/5506af6afecef09a0be4c3bf1920dc44d42daef301eb28d0dcca90d76cc9/email_extractor_unicode-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 11:51:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "email-extractor-unicode"
}
        
Elapsed time: 0.19565s