{"id":37142583,"url":"https://github.com/meinside/telegram-bot-kakao-vision","last_synced_at":"2026-01-14T16:44:06.147Z","repository":{"id":57520907,"uuid":"132861541","full_name":"meinside/telegram-bot-kakao-vision","owner":"meinside","description":"A Telegram Bot using Kakao Vision API","archived":true,"fork":false,"pushed_at":"2021-03-10T05:33:49.000Z","size":318,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T03:47:08.248Z","etag":null,"topics":["golang","kakao-api","telegram-bot","vision-api"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meinside.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-10T07:00:20.000Z","updated_at":"2023-03-02T00:25:44.000Z","dependencies_parsed_at":"2022-09-26T18:01:10.129Z","dependency_job_id":null,"html_url":"https://github.com/meinside/telegram-bot-kakao-vision","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/meinside/telegram-bot-kakao-vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Ftelegram-bot-kakao-vision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Ftelegram-bot-kakao-vision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Ftelegram-bot-kakao-vision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Ftelegram-bot-kakao-vision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meinside","download_url":"https://codeload.github.com/meinside/telegram-bot-kakao-vision/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Ftelegram-bot-kakao-vision/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28426272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["golang","kakao-api","telegram-bot","vision-api"],"created_at":"2026-01-14T16:44:05.443Z","updated_at":"2026-01-14T16:44:06.138Z","avatar_url":"https://github.com/meinside.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telegram-bot-kakao-vision\n\nThis Telegram Bot was built for showing how to use [Go wrapper for Kakao Vision API](https://github.com/meinside/kakao-api-go).\n\nSlightly modified from my previous project: [MS Cognitive API Bot](https://github.com/meinside/telegram-ms-cognitive-bot).\n\n## Install \u0026 Build\n\n```bash\n$ git clone https://github.com/meinside/telegram-bot-kakao-vision\n$ cd telegram-bot-kakao-vision/\n$ go build\n```\n\n## How to Configure\n\nCopy the sample config file and fill it with your values:\n\n```bash\n$ cp config.json.sample config.json\n$ vi config.json\n```\n\nFor example:\n\n```json\n{\n\t\"telegram-api-token\": \"0123456789:AaBbCcDdEeFfGgHhIiJj_klmnopqrstuvwx-yz\",\n\t\"telegram-monitor-interval-seconds\": 1,\n\t\"kakao-rest-api-key\": \"abcdefghijklmnopqrstuvwxyz0123456789\",\n\t\"is-verbose\": false\n}\n```\n\n## How to Run\n\n### A. Just run it\n\nAfter all things are setup correctly, just run the built binary:\n\n```bash\n$ ./telegram-bot-kakao-vision\n```\n\n### B. Run as a systemd Service\n\n#### a. systemd\n\n```bash\n$ sudo cp systemd/telegram-bot-kakao-vision.service /lib/systemd/system/\n$ sudo vi /lib/systemd/system/telegram-bot-kakao-vision.service\n```\n\nand edit **User**, **Group**, **WorkingDirectory** and **ExecStart** values.\n\nIt will launch automatically on boot with:\n\n```bash\n$ sudo systemctl enable telegram-bot-kakao-vision.service\n```\n\nand will start with:\n\n```bash\n$ sudo systemctl start telegram-bot-kakao-vision.service\n```\n\n### C. Run with docker\n\nBuild a docker image:\n\n```bash\n$ docker build -t telegram-bot-kakao-vision:latest .\n```\n\nthen run it with:\n\n```bash\n$ docker run --restart=always telegram-bot-kakao-vision:latest\n```\n\n### D. Run with docker-compose\n\n```bash\n$ docker-compose build\n```\n\nand then start with:\n\n```bash\n$ docker-compose up -d\n```\n\n## Tips\n\nYou can remove intermediate images with:\n\n```bash\n$ docker rmi $(docker images --filter \"dangling=true\" -q --no-trunc)\n```\n\n## Sample\n\n* [@kakao_vision_api_bot](https://telegram.me/kakao_vision_api_bot) is being run on my tiny Raspberry Pi server, so **don't be mad if it doesn't respond to your messages.**\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeinside%2Ftelegram-bot-kakao-vision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeinside%2Ftelegram-bot-kakao-vision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeinside%2Ftelegram-bot-kakao-vision/lists"}