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")
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.4.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file grab_favicon-1.0.4.tar.gz
.
File metadata
- Download URL: grab_favicon-1.0.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df2ab5da63c1e0bcad93e57e1412d96d19f822cba0a590bb94540c84c8633f76 |
|
MD5 | 25fef8d1f7e9ab15c0653a40338d06dd |
|
BLAKE2b-256 | 76562ede69cb176bf6cd03b66a80578946dd65cda8f8bcee08e965f6fa732b5d |
File details
Details for the file grab_favicon-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: grab_favicon-1.0.4-py3-none-any.whl
- Upload date:
- Size: 2.3 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 | a6f1a96041a31755cc80cdaea3181757961c67fc9fd96027654357107afeef11 |
|
MD5 | 078edfe1d2f50f781c215564c5a33e47 |
|
BLAKE2b-256 | 8edf4f141a989cbde5cf47e62c3795486b20c40aedf094403dc4f01b07a7b6b9 |