{ "info": { "author": "Alan Vezina", "author_email": "alan.vezina@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "email\\_hunter\\_python\n=====================\n\nAn Email Hunter API client written in Python\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstallation\n------------\n\nRequirements:\n\n- Python 3 (because it's 2015)\n\nTo install:\n\n::\n\n pip install email-hunter-python\n\nTo update:\n\n::\n\n pip install --upgrade email-hunter-python\n\nUsage\n-----\n\nemail\\_hunter\\_python supports the three main methods of the `Email\nHunter `__ API: ``search``,\n``generate``, and ``exist``. There are two ways to use\nemail\\_hunter\\_python:\n\n- As a Python library\n- As a command line (CLI) tool.\n\nTo use the email\\_hunter\\_python Python library:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nImport the client and instantiate it:\n\n.. code:: python\n\n from email_hunter import EmailHunterClient\n\n::\n\n client = EmailHunterClient('my_api_key')\n\nYou can search:\n\n.. code:: python\n\n client.search('google.com')\n\nA max of 100 results are returned, so use offset to paginate:\n\n.. code:: python\n\n client.search('google.com', offset=1)\n\nYou can also change type (personal or generic):\n\n.. code:: python\n\n client.search('google.com', type='personal')\n\nYou can generate:\n\n.. code:: python\n\n client.generate('google.com', 'Sergey', 'Brin')\n\nAnd you can check if an email exists:\n\n.. code:: python\n\n client.exist('sergey@google.com')\n\nTo use email\\_hunter\\_python as a CLI tool:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n::\n\n email_hunter [command name] [api_key] [other args]\n\nThe command name is ``search``, ``generate`` or ``exist``, the api\\_key\nis the API key associated with your Email Hunter account\n\nThe other arguments depend on the command you are using:\n\n::\n\n --domain Required for search and generate commands\n --offset Optional, used with search command.\n --type Optional, used with search command\n --first_name Required for generate command\n --last_name Required for generate command\n --email Required for exist command\n --file Path to a CSV to be used with the specified command.\n CSV must have a column for each argument used.\n\nThe file argument is useful when you want to make several requests of\nthe same type. For example if you wanted to find the email addresses for\nseveral people at an organization you would do the following:\n\n::\n\n email_hunter generate [api_key] --file people.csv > emails.csv\n\nWhere ``people.csv`` looks like:\n\n::\n\n domain,first_name,last_name\n google.com,larry,page\n google.com,sergey,brin\n facebook.com,mark,zuckerberg\n\nThe output will also be in a CSV format.\n\nLicense\n-------\n\nCopyright \u00a9 2015 Alan Vezina\n\nReleased under The MIT License (MIT), see the LICENSE file for details", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tipsqueal/email-hunter-python", "keywords": "email hunter client rest api cli", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "email_hunter_python", "package_url": "https://pypi.org/project/email_hunter_python/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/email_hunter_python/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tipsqueal/email-hunter-python" }, "release_url": "https://pypi.org/project/email_hunter_python/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "Client for Email Hunter REST API", "version": "1.1.0" }, "last_serial": 2202691, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5b67aa31aaeedd50f07fd377cd119a59", "sha256": "97fbcc18232a6c9e8406036bfa1d9fee4158e3cd84fa314f6319f555d60cc89b" }, "downloads": -1, "filename": "email_hunter_python-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5b67aa31aaeedd50f07fd377cd119a59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4975, "upload_time": "2015-10-31T08:54:26", "url": "https://files.pythonhosted.org/packages/77/89/3ed735aa2a204b676dd88e6d52d71f558b50d9e76ee565e61abddca0d384/email_hunter_python-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "909a1ab8bf83e34ee48e6303c3ee6439", "sha256": "7f66cf6641d790aa32befbefc623eba82a9b06208f222fb864c4590a319529c4" }, "downloads": -1, "filename": "email_hunter_python-1.0.1.tar.gz", "has_sig": false, "md5_digest": "909a1ab8bf83e34ee48e6303c3ee6439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4968, "upload_time": "2015-11-01T01:06:16", "url": "https://files.pythonhosted.org/packages/f8/72/102ba51602ded3f310c1acde96ff0a44ac6f7ca07c5249fac731dd6383bb/email_hunter_python-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "e731012c4cc4930ae8d9dc3da4d0df79", "sha256": "f1aa06a464cdf539a9b1240c1190d624d32065c6dbe7d80eddf86b789637378f" }, "downloads": -1, "filename": "email_hunter_python-1.1.0.tar.gz", "has_sig": false, "md5_digest": "e731012c4cc4930ae8d9dc3da4d0df79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5012, "upload_time": "2016-07-05T00:48:50", "url": "https://files.pythonhosted.org/packages/be/86/be9aa33945929c03c23b34c87b0620333ef2cefdd034f7c9c3557d9a40cd/email_hunter_python-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e731012c4cc4930ae8d9dc3da4d0df79", "sha256": "f1aa06a464cdf539a9b1240c1190d624d32065c6dbe7d80eddf86b789637378f" }, "downloads": -1, "filename": "email_hunter_python-1.1.0.tar.gz", "has_sig": false, "md5_digest": "e731012c4cc4930ae8d9dc3da4d0df79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5012, "upload_time": "2016-07-05T00:48:50", "url": "https://files.pythonhosted.org/packages/be/86/be9aa33945929c03c23b34c87b0620333ef2cefdd034f7c9c3557d9a40cd/email_hunter_python-1.1.0.tar.gz" } ] }