{"id":19156500,"url":"https://github.com/kkdai/linebottemplate","last_synced_at":"2025-05-15T17:06:09.117Z","repository":{"id":7994939,"uuid":"57034664","full_name":"kkdai/LineBotTemplate","owner":"kkdai","description":"A simple Golang LINE bot Template and tutorial how to setup on Heroku for LINE bot API","archived":false,"fork":false,"pushed_at":"2024-11-01T06:50:37.000Z","size":2582,"stargazers_count":197,"open_issues_count":1,"forks_count":409,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-15T17:06:01.706Z","etag":null,"topics":["bot-api","golang","golang-linebot-template","heroku","line","linebot","linebottemplate","tutorial"],"latest_commit_sha":null,"homepage":"http://www.evanlin.com/create-your-line-bot-golang/","language":"Go","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/kkdai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2016-04-25T10:57:56.000Z","updated_at":"2025-04-16T08:08:34.000Z","dependencies_parsed_at":"2024-11-09T08:36:21.489Z","dependency_job_id":"a680e382-a5c7-4eae-b9ab-a3dfdd0ab1ef","html_url":"https://github.com/kkdai/LineBotTemplate","commit_stats":{"total_commits":67,"total_committers":3,"mean_commits":"22.333333333333332","dds":0.04477611940298509,"last_synced_commit":"e06bdfd0c1115881a2ccd8e3be1eb5dda05c7d6b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkdai%2FLineBotTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkdai%2FLineBotTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkdai%2FLineBotTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkdai%2FLineBotTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkdai","download_url":"https://codeload.github.com/kkdai/LineBotTemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bot-api","golang","golang-linebot-template","heroku","line","linebot","linebottemplate","tutorial"],"created_at":"2024-11-09T08:34:43.989Z","updated_at":"2025-05-15T17:06:04.108Z","avatar_url":"https://github.com/kkdai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"LINE BotTemplate: A simple Golang LINE Bot Template for LINE Bot API\n==============\n\n [![GoDoc](https://godoc.org/github.com/kkdai/LineBotTemplate.svg?status.svg)](https://godoc.org/github.com/kkdai/LineBotTemplate) ![Go](https://github.com/kkdai/LineBotTemplate/workflows/Go/badge.svg) [![goreportcard.com](https://goreportcard.com/badge/github.com/kkdai/LineBotTemplate)](https://goreportcard.com/report/github.com/kkdai/LineBotTemplate)\n\nInstallation and Usage\n=============\n\n### 1. Got A LINE Bot API devloper account\n\n- [Make sure you already registered on LINE developer console](https://developers.line.biz/console/), if you need use LINE Bot.\n\n- Create new Messaging Channel\n- Get `Channel Secret` on \"Basic Setting\" tab.\n- Issue `Channel Access Token` on \"Messaging API\" tab.\n- Open LINE OA manager from \"Basic Setting\" tab.\n- Go to Reply setting on OA manager, enable \"webhook\"\n\n### 2. Deploy this on Web Platform\n\nYou can choose [Heroku](https://www.heroku.com/) or [Render](http://render.com/)\n\n#### 2(A) Deploy this on Heroku\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n- Input `Channel Secret` and `Channel Access Token`.\n- Remember your heroku, ID.\n\n#### 2(B) Deploy this on Rener\n\n[![Deploy to Render](http://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)\n\n### 3. Go to LINE Bot Dashboard, setup basic API\n\n- Setup your basic account information. Here is some info you will need to know.\n- `Callback URL`: \u003chttps://{YOUR_HEROKU_SERVER_ID}.herokuapp.com/callback\u003e\n\nIt all done.\n\n### Video Tutorial\n\n- [How to deploy LINE BotTemplate](https://www.youtube.com/watch?v=0BIknEz1f8k)\n- [Hoe to modify your LINE BotTemplate code](https://www.youtube.com/watch?v=ckij73sIRik)\n\n### Chinese Tutorial\n\n如果你看得懂繁體中文，這裡有[中文的介紹](http://www.evanlin.com/create-your-line-bot-golang/)\n\nInspired By\n=============\n\n- [Golang (heroku) で LINE Bot 作ってみる](http://qiita.com/dongri/items/ba150f04a98e96b160e7)\n- [LINE BOT をとりあえずタダで Heroku で動かす](http://qiita.com/yuya_takeyama/items/0660a59d13e2cd0b2516)\n- [阿美語萌典 BOT](https://github.com/miaoski/amis-linebot)\n\nProject52\n---------------\n\nIt is one of my [project 52](https://github.com/kkdai/project52).\n\nLicense\n---------------\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkdai%2Flinebottemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkdai%2Flinebottemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkdai%2Flinebottemplate/lists"}