{ "info": { "author": "Karl Lorey", "author_email": "git@karllorey.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=======\nSocials\n=======\n\n\n.. image:: https://img.shields.io/pypi/v/socials.svg\n :target: https://pypi.python.org/pypi/socials\n\n.. image:: https://img.shields.io/travis/lorey/socials.svg\n :target: https://travis-ci.org/lorey/socials\n\n.. image:: https://readthedocs.org/projects/socials/badge/?version=latest\n :target: https://socials.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\n\n\nSocial Account Detection and Extraction for Python\n\n\n* Free software: GNU General Public License v3\n* Documentation: https://socials.readthedocs.io.\n* Source: https://github.com/lorey/socials\n\n\nFeatures\n--------\n\n* Detect and extract URLs of social accounts: throw in URLs, get back URLs of social media profiles by type.\n* Currently supports Facebook, Twitter, LinkedIn, GitHub, and Emails.\n\nUsage\n-----\n\nInstall it with ``pip install socials`` and use it as follows:\n\n.. code-block:: python\n\n >>> hrefs = ['https://facebook.com/peterparker', 'https://techcrunch.com', 'https://github.com/lorey']\n >>> socials.extract(hrefs).get_matches_per_platform()\n {'github': ['https://github.com/lorey'], 'facebook': ['https://facebook.com/peterparker']}\n >>> socials.extract(hrefs).get_matches_for_platform('github')\n ['https://github.com/lorey']\n\nRead more about `usage in our documentation`_.\n\n.. _usage in our documentation: https://socials.readthedocs.io/en/latest/usage.html\n\nDevelopment\n-----------\n\n* Create virtual envirenment ``venv`` with ``virtualenv -p /usr/bin/python3 venv``.\n* Activate the environment with ``source venv/bin/activate``.\n* Install the development requirements with ``pip install -r requirements-dev.txt``.\n* Run the tests: ``tox`` or ``python setup.py test``\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.2.0 (2018-05-31)\n------------------\n\n* Email address extraction.\n* Extraction of specific platforms.\n\n0.1.0 (2018-05-18)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lorey/socials", "keywords": "socials", "license": "GNU General Public License v3", "maintainer": "", "maintainer_email": "", "name": "socials", "package_url": "https://pypi.org/project/socials/", "platform": "", "project_url": "https://pypi.org/project/socials/", "project_urls": { "Homepage": "https://github.com/lorey/socials" }, "release_url": "https://pypi.org/project/socials/0.2.0/", "requires_dist": [ "Click (>=6.0)" ], "requires_python": ">=3.4.0", "summary": "Social Account Detection for Python", "version": "0.2.0" }, "last_serial": 3916757, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "706d2081d73e655f9723986d55fad8d3", "sha256": "1dad93d989e48ddd10455632f36dc4edaebd0b9b6cac4bc7ef3e4eb28bd07772" }, "downloads": -1, "filename": "socials-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "706d2081d73e655f9723986d55fad8d3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4.0", "size": 3693, "upload_time": "2018-05-18T09:53:03", "url": "https://files.pythonhosted.org/packages/03/64/c3d4bb777be31b7cb6fefa45b600d7a06ae525414da568675f7a5b7dc25d/socials-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f2d70ceb3ab6e72d48e515a0edee76ca", "sha256": "f1f60b9898fcca0518a574d1b3ddaea5424f3ee7fb060226ab3ec2b0dd636a1f" }, "downloads": -1, "filename": "socials-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f2d70ceb3ab6e72d48e515a0edee76ca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 9471, "upload_time": "2018-05-18T09:53:04", "url": "https://files.pythonhosted.org/packages/04/47/b9b11f32d776f2ba87ad453527e1bb326f5d627dbde1fe4e1040cd1c9e01/socials-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d04ea397f027a518e14d8a53de49cbaf", "sha256": "eb9e268d10c70cbeb2993c4dce03999d2693509c930e04ca2323317244b7fb4a" }, "downloads": -1, "filename": "socials-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d04ea397f027a518e14d8a53de49cbaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4.0", "size": 4239, "upload_time": "2018-05-31T12:20:11", "url": "https://files.pythonhosted.org/packages/37/14/a4cae53aab93f5462b1d2a57b47c6073935d29e9d2f22babd06f683efc34/socials-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5f7166b9bbd06bfa7f87c4ccef5285b", "sha256": "8365473181854c58755bf6b7db24eb0c5685fe2e0801677ec759347e66d4cf05" }, "downloads": -1, "filename": "socials-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f5f7166b9bbd06bfa7f87c4ccef5285b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 10395, "upload_time": "2018-05-31T12:20:12", "url": "https://files.pythonhosted.org/packages/ed/96/8ec915697cd2b433729cd9280137c4b16515159b7f3a0ad89fe5e4f6171a/socials-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d04ea397f027a518e14d8a53de49cbaf", "sha256": "eb9e268d10c70cbeb2993c4dce03999d2693509c930e04ca2323317244b7fb4a" }, "downloads": -1, "filename": "socials-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d04ea397f027a518e14d8a53de49cbaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4.0", "size": 4239, "upload_time": "2018-05-31T12:20:11", "url": "https://files.pythonhosted.org/packages/37/14/a4cae53aab93f5462b1d2a57b47c6073935d29e9d2f22babd06f683efc34/socials-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5f7166b9bbd06bfa7f87c4ccef5285b", "sha256": "8365473181854c58755bf6b7db24eb0c5685fe2e0801677ec759347e66d4cf05" }, "downloads": -1, "filename": "socials-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f5f7166b9bbd06bfa7f87c4ccef5285b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 10395, "upload_time": "2018-05-31T12:20:12", "url": "https://files.pythonhosted.org/packages/ed/96/8ec915697cd2b433729cd9280137c4b16515159b7f3a0ad89fe5e4f6171a/socials-0.2.0.tar.gz" } ] }