{"id":20649919,"url":"https://github.com/micartey/grepcon","last_synced_at":"2026-06-10T07:31:08.493Z","repository":{"id":196491042,"uuid":"556055798","full_name":"micartey/grepcon","owner":"micartey","description":"Get the favicon of a website using a RESTapi","archived":false,"fork":false,"pushed_at":"2022-12-24T17:00:08.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T21:32:56.638Z","etag":null,"topics":["favicon","java","web"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micartey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-23T00:34:48.000Z","updated_at":"2024-03-11T16:48:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbb5cdfc-6459-4343-ab28-af833f57c8aa","html_url":"https://github.com/micartey/grepcon","commit_stats":null,"previous_names":["micartey/grepcon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micartey/grepcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micartey%2Fgrepcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micartey%2Fgrepcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micartey%2Fgrepcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micartey%2Fgrepcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micartey","download_url":"https://codeload.github.com/micartey/grepcon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micartey%2Fgrepcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["favicon","java","web"],"created_at":"2024-11-16T17:17:05.094Z","updated_at":"2026-06-10T07:31:08.473Z","avatar_url":"https://github.com/micartey.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grepcon\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://www.oracle.com/java/\"\u003e\n    \u003cimg\n        src=\"https://img.shields.io/badge/Made%20with-Java-red?style=for-the-badge\"\n        height=\"30\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://jitpack.io/#lukasl-dev/grepcon/1.0.6\"\u003e\n    \u003cimg\n        src=\"https://img.shields.io/badge/Build-Jitpack-lgreen?style=for-the-badge\"\n        height=\"30\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://micartey.github.io/grepcon/docs\" target=\"_blank\"\u003e\n    \u003cimg\n        src=\"https://img.shields.io/badge/javadoc-reference-5272B4.svg?style=for-the-badge\"\n        height=\"30\"\n    /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-introduction\"\u003eIntroduction\u003c/a\u003e •\n  \u003ca href=\"#-terms-of-use\"\u003eGetting started\u003c/a\u003e •\n  \u003ca href=\"https://github.com/micartey/grepcon/issues\"\u003eTroubleshooting\u003c/a\u003e\n\u003c/p\u003e\n\n## 📚 Introduction\n\n`grepcon` is a RESTapi to get the favicon from websites. This project was especially made for [nura-pwa](https://github.com/nura-vault/nura-pwa) to eventually replace the unofficial google api which is currently used. The google api sadly doesn't work for many websites and therefore is not sutible for my usecase.\n\n\n## 📝 Getting started\n\nUsing `grepcon` is fairly easy. Firstly, clone the repository and use Docker to build and run the application\n\n```shell\n$ docker-compose up\n```\n\nAfterwards you can access the api via following RESTapi\n\n```shell\n$ curl https://localhost:8080/api/v1/favicon/list?url{URL}?fallback={FALLBACK_URL}\n```\n\nAfter invoking the endpoint, an array with urls to the different favicons will be returned.\n\nExample:\n\n```\n[\n    \"https://www.google.com/favicon.ico\"\n]\n```\n\n### Get Image as Response\n\nYou can also get an image as an response. This is especially useful for saving images in a serviceworker or prevent cors errors.\n\n```\n$ curl https://localhost:8080/api/v1/favicon?url={URL}?fallback={FALLBACK_URL}\n```\n\n### Current Limitations\n\n- Currently `grepcon` is not checking for resolution\n- URLs are not always corrected\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicartey%2Fgrepcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicartey%2Fgrepcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicartey%2Fgrepcon/lists"}