{"id":43671545,"url":"https://github.com/sarisan/sekoohaka","last_synced_at":"2026-03-08T05:02:41.743Z","repository":{"id":235543043,"uuid":"790889120","full_name":"Sarisan/Sekoohaka","owner":"Sarisan","description":"Telegram Image Board Bot written in Z Shell (zsh)","archived":false,"fork":false,"pushed_at":"2026-03-02T03:54:50.000Z","size":622,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"zsh","last_synced_at":"2026-03-02T07:48:23.254Z","etag":null,"topics":["booru","bot","danbooru","gelbooru","idol","konachan","safebooru","sankaku","saucenao","telegram","yandere"],"latest_commit_sha":null,"homepage":"https://t.me/SekoohakaBot","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sarisan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-23T18:00:08.000Z","updated_at":"2026-03-02T03:54:54.000Z","dependencies_parsed_at":"2024-05-20T12:34:56.389Z","dependency_job_id":"ba649ab3-239b-4d2d-9021-ba331bbaca66","html_url":"https://github.com/Sarisan/Sekoohaka","commit_stats":null,"previous_names":["sarisan/sekoohaka"],"tags_count":109,"template":false,"template_full_name":null,"purl":"pkg:github/Sarisan/Sekoohaka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarisan%2FSekoohaka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarisan%2FSekoohaka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarisan%2FSekoohaka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarisan%2FSekoohaka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sarisan","download_url":"https://codeload.github.com/Sarisan/Sekoohaka/tar.gz/refs/heads/zsh","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarisan%2FSekoohaka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30246626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"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":["booru","bot","danbooru","gelbooru","idol","konachan","safebooru","sankaku","saucenao","telegram","yandere"],"created_at":"2026-02-05T00:09:35.377Z","updated_at":"2026-03-08T05:02:41.735Z","avatar_url":"https://github.com/Sarisan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sekoohaka\n\nTelegram Image Board Bot written in Z Shell (zsh)\n\nSearch posts, pools and tags on various booru-like Image Boards,  \nAuthorize to expand limits and access private favorites,  \nView post information, tags, get original file,  \nDo MD5 hash lookup to find post by a hash,  \nReverse search image with SauceNAO,  \nCreate and save inline shortcuts\n\n## Requirements\n\n### Commands\n\nBusyBox is a hard-coded dependency and cannot be replaced with alternatives!\n\n* zsh\n* busybox\n* curl\n* jq\n* recode\n\nFor distribution specific installation commands follow [command-not-found](https://command-not-found.com/).\n\n### BusyBox functions\n\n* base64\n* cut\n* find\n* grep\n* head\n* ls\n* sed\n* sha1sum\n* sleep\n* tail\n* tar\n* tr\n* wc\n\n## Deployment\n\nUsage: `./bot.zsh [options] [token]`\n\nFor better performance, it is recommended to use a locally deployed [Telegram Bot API](https://github.com/tdlib/telegram-bot-api) server.\n\n### Available options\n\n```\nOptions:\n  -h            Show help information\n  -a \u003caddr\u003e     Telegram Bot API address, default: api.telegram.org\n  -o            Allow SauceNAO with unknown Telegram Bot API instance\n  -l            Use local Telegram Bot API, address: 127.0.0.1:8081\n  -r \u003cnum\u003e      Inline results limit, max: 50, default: 10\n  -g \u003cnum\u003e      Shortcuts storage limit, max: 10000, default: 500\n  -m \u003cmode\u003e     Cache mode, default: normal\n  -t \u003csecs\u003e     Cache expiration time, max: 1000, default: 300 secs\n  -s \u003csecs\u003e     Sleep duration time, max: 100, default: 10 secs\n  -c            Do not clear cache automatically\n  -q            Do not print logs\n  -i \u003csecs\u003e     Telegram Bot API connetion timeout, max: 5, default: 5 secs\n  -e \u003csecs\u003e     Image Boards API connetion timeout, max: 5, default: 5 secs\n  -d \u003csecs\u003e     Head request connetion timeout, max: 5, default: 2 secs\n  -f \u003csecs\u003e     Connrefused timeout, max: 2, default: none\n  -n \u003caddr\u003e     Proxy server for Telegram Bot API\n  -x \u003caddr\u003e     Proxy server for Image Boards/SauceNAO API\n  -k \u003ckey\u003e      SauceNAO API key for public use\n\nCache modes:\n  none          No cache reuse\n  normal        Reuse inline results and posts cache\n  advanced      Extract posts cache from inline results\n```\n\n## Supported Image Boards\n\n* [Safebooru](https://safebooru.donmai.us/)\n* [Danbooru](https://danbooru.donmai.us/)\n* [Gelbooru](https://gelbooru.com/)\n* [Idol Complex](https://www.idolcomplex.com/)\n* [Konachan.com](https://konachan.com/)\n* [Sankaku Channel](https://www.sankakucomplex.com/)\n* [yande.re](https://yande.re/)\n\n## Donation\n\nIf you want to support this bot development you can donate any amount of these cryptocurrencies\n\n| Currency | Address |\n| :---: | :---: |\n| BTC | `bc1qqr8yryvx43y6p3kg7y2cw32w6tv748el7k38ff` |\n| ETH | `0x8993D744dF7183e112E2A4489991890f6a143104` |\n| BNB | `0x8993D744dF7183e112E2A4489991890f6a143104` |\n| TON | `UQBdoPQq3akozSLiWqt6x2Rizv0TrxHzRjczoztFN-LMCwGO` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarisan%2Fsekoohaka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarisan%2Fsekoohaka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarisan%2Fsekoohaka/lists"}