https://github.com/gruberb/icon-scout
Go through a list of websites and fetch favicons for them
https://github.com/gruberb/icon-scout
favicon-downloader favicons icons rust
Last synced: 3 months ago
JSON representation
Go through a list of websites and fetch favicons for them
- Host: GitHub
- URL: https://github.com/gruberb/icon-scout
- Owner: gruberb
- License: gpl-3.0
- Created: 2024-09-03T17:29:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T15:10:31.000Z (5 months ago)
- Last Synced: 2025-01-30T10:16:35.515Z (5 months ago)
- Topics: favicon-downloader, favicons, icons, rust
- Language: Rust
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IconScout
- IconScout is a web service which is opening a POST endpoint on `/favicons`, which accepts a `JSON` file with a list of websites.
- It tries to fetch favicons from the given list of websites
- If found, it stores them in a Google Cloud bucket
- It then returns a response, sutiable for the [`icon-scout-frontend`](https://github.com/gruberb/icon-scout-frontend) project.