{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"}],"enrichment":{"capability":"Fetches and parses a website's favicon from its HTML, returning icon metadata including URL, dimensions, and format.","skillfed_tags":["web-scraping","metadata-extraction"],"use_cases":["Bulk-download favicons for a list of URLs to build a local icon cache for a web application","Extract favicon URLs from bookmarks or website directories for display in a custom browser or dashboard","Analyze favicon metadata (dimensions, format) to identify high-resolution icons for archival or comparison","Populate website metadata in a content aggregator or link-sharing tool with visual branding"],"what_it_does":"favicon is a Python library that discovers and extracts favicon metadata from websites. It fetches a website's HTML, parses link and meta tags to locate favicon references, and returns a list of Icon objects containing the URL, dimensions, and format of each icon found. The library wraps requests and beautifulsoup4 to handle the HTTP fetching and HTML parsing.\n\nYou use it by calling favicon.get() with a URL, optionally passing request parameters like headers or timeout. The function returns Icon objects you can iterate over or filter by size. It's designed for scenarios where you need to programmatically retrieve favicon URLs for display, caching, or analysis\u2014for example, building a bookmark manager, website metadata aggregator, or favicon cache.","worth_installing":"Yes, if you need favicon extraction and can tolerate dormant maintenance. The library is stable and has no known vulnerabilities, but it hasn't been updated since 2019\u2014verify that its favicon discovery logic still covers your target websites. Low install friction and permissive licensing make it a low-risk addition."},"id":"favicon","links":{"html":"https://skillfed.io/packages/favicon","md":"https://skillfed.io/packages/favicon.md","pypi":"https://pypi.org/project/favicon/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-08-31","license_spdx":null,"license_treatment":"permissive","name":"favicon","python_support":"unspecified","summary":"Get a website's favicon."},"popularity":{"monthly_downloads":406639,"position":6895,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.0"}
