Skip to content

a3l6/favicon-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Favicon-Grabber

Python functions to download favicons using internal google api

Installation

Install function by running the following command.

  pip install favicon-grabber

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")

NOTE: The file is saved to a directory under the name website.com.png

Acknowledgements

About

Python functions to download favicons using internal google api

Resources

Stars

Watchers

Forks

Packages

No packages published