Skip to content

irfanalidv/socialmediaextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license Python version PyPI version Downloads

Usage

To use the socialmediaextractor library, you first need to install it using pip:

pip install socialmediaextractor

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

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'}

About

A library to extract social media links from websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages