Skip to main content

faviconer is easy for get favicon package

Project description

## What is this?

This is a package to get a nice favicon from a website

## Installation

pip install faviconer

## Usage

### Get favicon.ico

import faviconer

faviconer.get(”http://google.com/”)

http://google.com/favicon.ico

### Get favicon.ico by url

import faviconer

get_by_url(”http://google.com/”)

http://google.com/favicon.ico

### Get favicon.ico by html

import 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


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.0.8.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

faviconer-0.0.8-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page