{"id":24923195,"url":"https://github.com/doarakko/iyashi-edge","last_synced_at":"2026-04-18T17:33:42.761Z","repository":{"id":215228375,"uuid":"711197354","full_name":"Doarakko/iyashi-edge","owner":"Doarakko","description":"\"iyashi\" is a slack bot that randomly returns the pictures of animals you posted. When you post a picture of an animal, it will be automatically classified and registered.","archived":false,"fork":false,"pushed_at":"2026-02-21T15:48:04.000Z","size":25821,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T22:12:22.185Z","etag":null,"topics":["cloudflare","slack","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Doarakko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"Doarakko"}},"created_at":"2023-10-28T14:00:58.000Z","updated_at":"2026-02-21T15:48:07.000Z","dependencies_parsed_at":"2024-01-13T12:15:46.670Z","dependency_job_id":"83c12a31-f4b7-4ab6-a1d6-f64e345ab69b","html_url":"https://github.com/Doarakko/iyashi-edge","commit_stats":null,"previous_names":["doarakko/iyashi-edge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Doarakko/iyashi-edge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fiyashi-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fiyashi-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fiyashi-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fiyashi-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Doarakko","download_url":"https://codeload.github.com/Doarakko/iyashi-edge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fiyashi-edge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31978026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudflare","slack","slack-bot"],"created_at":"2025-02-02T11:36:46.095Z","updated_at":"2026-04-18T17:33:42.727Z","avatar_url":"https://github.com/Doarakko.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Doarakko"],"categories":[],"sub_categories":[],"readme":"# iyashi-edge\n\n\"iyashi\" is a slack bot that randomly returns the pictures of animals you posted.\n\nWhen you post a picture of an animal, it will be automatically classified and registered.\n\n![example](./example.gif)\n\n## What is \"iyashi\"\n\n\"iyashi\" is a Japanese word meaning \"soothing\" or \"healing\" mentally and physically.\n\nWe need \"iyashi\", let's get \"iyashi\"!\n\n## Requirements\n\n- Slack\n- Cloudflare\n- wrangler CLI\n- Microsoft Azure Custom Vision API\n\n## Supported animals\n\n- cat\n  - にゃーん\n  - ニャーン\n- chinchilla\n  - チンチラ\n  - ちんちら\n- dog\n  - わんわん\n  - ワンワン\n- hedgehog\n  - ハリネズミ\n  - はりねずみ\n- owl\n  - フクロウ\n  - ふくろう\n  - ほーほー\n  - ホーホー\n\nPlease create an issue if you have any animals you would like to see supported!\n\n## Usage\n\n1. Copy env file and enter your environment variables.\n\n    ```shell\n    cp .dev.vars.example .dev.vars\n    ```\n\n1. Create database and tables\n\n    ```shell\n    npx wrangler d1 create iyashi\n    npx wrangler d1 execute iyashi --file=./schema.sql\n    ```\n\n1. Edit wrangler.toml\n\n    ```toml\n    [[d1_databases]]\n    binding = \"DB\" # i.e. available in your Worker on env.DB\n    database_name = \"iyashi\"\n    database_id = \"xxxx-yyyy-zzzz\"\n    ```\n\n1. Deploy to Cloudflare\n\n    ```shell\n    wrangler deploy\n    ```\n\n1. Set environmental variables to Cloudflare\n\n    ```shell\n    wrangler secret put SLACK_BOT_TOKEN\n    wrangler secret put SLACK_SIGNING_SECRET\n    wrangler secret put ANIMAL_PREDICTION_API\n    wrangler secret put ANIMAL_PREDICTION_API_KEY\n    wrangler secret put IMAGE_UPLOADED_CHANNEL\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoarakko%2Fiyashi-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoarakko%2Fiyashi-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoarakko%2Fiyashi-edge/lists"}