faviconer is easy for get favicon package
Project description
[](https://circleci.com/gh/kuniiskywalker/faviconer)
What is this?
This is a package to get a nice favicon from a website
Installation
pip install faviconer
Usage
Get favicon.ico:
Get /favicon.ico if there is no explicit favicon url specified in the meta tag of the target site
When the favicon url is specified in the meta tag
>>> import faviconer
>>> faviconer.get_by_url("https://example.com/test/?aaa=1")
'https://example.com/image/icon.png'
When there is no specific URL specified in the meta tag
>>> import faviconer
>>> faviconer.get_by_url("https://example.com/test/?aaa=1")
'https://example.com/favicon.ico'
Get favicon.ico by url:
>>> import faviconer
>>> faviconer.get_by_url("https://example.com/")
'https://example.com/favicon.ico'
Get favicon.ico by html:
Analyze the target site html and get favicon.ico if favicon url is specified in meta tag
>>> import faviconer
>>> faviconer.get_by_html('<html><head><link rel="shortcut icon" href="https://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico"></head><body></body</html>')
'https://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
faviconer-0.1.5.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for faviconer-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bf00e96fcce98482c472cb2388fa940412c8fe392994395396aac69197bc596 |
|
MD5 | 00006396fa25e7b834b2ef59d777fa6c |
|
BLAKE2b-256 | d9164ed5d81e7cd41881fb62848b8edf83452c41b71bd009a849b8763b247e40 |