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.
NOTE Once pip comes back online
pip install grab_fabicon
Usage/Examples
from favicon-grabber 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.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file grab_favicon-1.0.1.tar.gz
.
File metadata
- Download URL: grab_favicon-1.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd2eb8d50fcdd1a7783b1f373edb735f1813621d2479a3bb0a3480401ba04504 |
|
MD5 | b00fa6f935283cb0caa9d504eaa4cd7b |
|
BLAKE2b-256 | 560ca6da1edeaa6292a3e3330d848541bfd3942e581ecdec53ca17a7abea2cf5 |
File details
Details for the file grab_favicon-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: grab_favicon-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d17aada3524a5424427b79b5e4ba2f254e01144e1d605ca30fec1b39b8366200 |
|
MD5 | 9d52c6a150cedf91a31f44368bba7c09 |
|
BLAKE2b-256 | ca293787ecd97e863d9fc3f09cc024241cd0c7a582dd218f0a561bea5164fbee |