socialmediaextractor


Namesocialmediaextractor JSON
Version 0.4 PyPI version JSON
download
home_pageNone
SummaryA library to extract social media links from websites
upload_time2024-04-18 10:38:35
maintainerNone
docs_urlNone
authorMd Irfan Ali
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Usage
========================================
To use the socialmediaextractor library, you first need to install it using pip:

.. code-block:: bash

    pip install socialmediaextractor

Once the library is installed, you can extract social media links from a website using the following code:

.. code-block:: python

    from socialmediaextractor import extract_social_media_accounts

    # Example: Extract social media accounts from a website
    url = 'https://example.com'
    social_media_links = extract_social_media_accounts(url)
    print(social_media_links)
    # Output: {'Facebook': 'https://www.facebook.com/example', 'LinkedIn': 'https://www.linkedin.com/company/example/', 'Twitter': 'https://twitter.com/example'}

For more information and documentation, please visit the `GitHub repository <https://github.com/irfanalidv/socialmediaextractor>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "socialmediaextractor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Md Irfan Ali",
    "author_email": "irfanali29@hotmail.com",
    "download_url": null,
    "platform": null,
    "description": "Usage\n========================================\nTo use the socialmediaextractor library, you first need to install it using pip:\n\n.. code-block:: bash\n\n    pip install socialmediaextractor\n\nOnce the library is installed, you can extract social media links from a website using the following code:\n\n.. code-block:: python\n\n    from socialmediaextractor import extract_social_media_accounts\n\n    # Example: Extract social media accounts from a website\n    url = 'https://example.com'\n    social_media_links = extract_social_media_accounts(url)\n    print(social_media_links)\n    # Output: {'Facebook': 'https://www.facebook.com/example', 'LinkedIn': 'https://www.linkedin.com/company/example/', 'Twitter': 'https://twitter.com/example'}\n\nFor more information and documentation, please visit the `GitHub repository <https://github.com/irfanalidv/socialmediaextractor>`_.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library to extract social media links from websites",
    "version": "0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72784ba500b635cc94ae5986b33ba1e6ac86d1ab870fc230aa92099b323d0167",
                "md5": "f22323c666b12a6c00098179f5c78326",
                "sha256": "13080d7c1d4379b474c332952d277ce1a40a9ec3e78393334e85c72a517ce1ac"
            },
            "downloads": -1,
            "filename": "socialmediaextractor-0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f22323c666b12a6c00098179f5c78326",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2339,
            "upload_time": "2024-04-18T10:38:35",
            "upload_time_iso_8601": "2024-04-18T10:38:35.022684Z",
            "url": "https://files.pythonhosted.org/packages/72/78/4ba500b635cc94ae5986b33ba1e6ac86d1ab870fc230aa92099b323d0167/socialmediaextractor-0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 10:38:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "socialmediaextractor"
}
        
Elapsed time: 0.42650s