Python functions to download favicons using internal google api
Project description
grab_favicon
Python functions to download favicons using internal google api
Installation
Install function by running the following command.
pip install grab_favicon
Usage/Examples
from grab_favicon import download_favicon, download_favicons
# Single download
download_favicon("google.com", size=128)
# Multiple downloads
websites = ["google.com", "stackoverflow.com", "github.com"]
download_favicons(websites, path="my/path/favicons")
NOTE: The file is saved to a directory under the name website.com.png
Acknowledgements
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
grab_favicon-1.0.9.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file grab_favicon-1.0.9.tar.gz
.
File metadata
- Download URL: grab_favicon-1.0.9.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd85c036b69e1e15cead8befe9fc993b9e004654385fdd3c7d629eb37e10dc4a |
|
MD5 | a65dcb64a60c95ef0376fd80ae2bfbdd |
|
BLAKE2b-256 | b10b137ce5c1473a2835993283fc3103e867fa06180998ecef845885a7af9cc6 |
File details
Details for the file grab_favicon-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: grab_favicon-1.0.9-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1967a13fd38fcbfc88736c1530985435981591bf39a512d7a73786b347782a6f |
|
MD5 | dd106604ea2922278bf3a9ae1f10ee20 |
|
BLAKE2b-256 | 06f5190bd6071e30795ddc93f02dbf599637306404ebc71d19c45030bb489501 |