├── LICENSE ├── README-EN.md └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | -------------------------------------------------------------------------------- /README-EN.md: -------------------------------------------------------------------------------- 1 | # Awesome Chatbot 2 | 3 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 4 | [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/louis70109/line-notify#contributing) 5 | [![Traditional Chinese](https://img.shields.io/badge/README-zh--TW-green)](https://github.com/Chatbot-Taiwan/AwesomeChatbots/blob/master/README.md) 6 | 7 | # Community 8 | 9 | - [Chatbot Developer Taiwan](https://www.facebook.com/groups/chatbot.tw) 10 | - [LINE Developers Group Taiwan](https://www.facebook.com/groups/linebot/) 11 | - [Facebook Developer Circle: Taipei](https://www.facebook.com/groups/DevCTaipei/) 12 | - [Telegram Chatbot Discussion](https://t.me/joinchat/Bosd1z3ENpG7cPjLw3qmYQ) 13 | 14 | # Platform 15 | 16 | - [LINE Messaging API](https://developers.line.biz/en/docs/messaging-api/) 17 | - [Facebook Messenger API](https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api?locale=zh_TW) 18 | - [Slack API](https://api.slack.com/start) 19 | - [Microsoft Bot Framework](https://dev.botframework.com/) 20 | - [Telegram API document](https://core.telegram.org/bots/api) 21 | - [Twitch IRC chatbot](https://dev.twitch.tv/docs/irc) 22 | - [Discord](https://discord.com/developers/docs/intro) 23 | 24 | # Chatbots 25 | 26 | ## LINE 27 | 28 | - [Twitch Bot](https://line.me/R/ti/p/%40eae1476b) 29 | - [GitHub](https://github.com/louis70109/Twitch-Bot) 30 | - [Kamigo](https://line.me/R/ti/p/%40aab8659n) 31 | - [Website](https://www.kamigo.tw/) 32 | - [Steam Deals LINE Bot](https://line.me/R/ti/p/%40504mcsmm) 33 | - [GitHub](https://github.com/rogeraabbccdd/Linebot-Deals) 34 | - [財哥...檳語...](https://line.me/R/ti/p/%40504mcsmm) 35 | - [GitHub](https://github.com/rogeraabbccdd/Linebot-Zack) 36 | - [AnimeBot](https://line.me/R/ti/p/%40783mjfrr) 37 | - [GitHub](https://github.com/davidleitw/AnimeBot) 38 | - [LINE Flex Message Developer Tool](https://line.me/R/ti/p/%40736cebrk) 39 | - [Article](https://taichunmin.idv.tw/blog/2020-04-06-line-devbot.html) 40 | - [GitHub](https://github.com/taichunmin/gcf-line-devbot) 41 | - Leader of Lunch 42 | - [GitHub](https://github.com/louis70109/AwesomeChatbots.git) 43 | - [TREND MICRO Anti-Fraud Expert](https://line.me/R/ti/p/%40dr.message) 44 | - [Changhua Travel Plus](https://line.me/R/ti/p/%40640iohng) 45 | - Farmhouse Calculator 46 | - [Article](https://medium.com/@EtrexKuo/line-bot-%E8%BE%B2%E5%AE%B6%E6%A8%82%E8%A8%88%E7%AE%97%E6%A9%9F-c0450b5aca3f) 47 | - [GiHub](https://github.com/Yoctol/agricola-score) 48 | - [To-Do List Genie](https://line.me/R/ti/p/%40252ifirk) 49 | - [Article](https://medium.com/elfkd) 50 | - kiwawa 51 | - [GitHub](https://github.com/CA-Lee/kiwawa) 52 | - Yi RP 53 | - [GitHub](https://github.com/rogeraabbccdd/line-erp) 54 | 55 | ## Facebook 56 | 57 | ## Telegram 58 | 59 | ## Discord 60 | 61 | - [Steam Deals Line Bot](https://discordapp.com/oauth2/authorize?client_id=634902541687324702&scope=bot&permissions=28832) 62 | - [GitHub](https://github.com/rogeraabbccdd/Discordbot-Deals) 63 | - [財哥...檳語...](https://discord.com/oauth2/authorize?client_id=602028564333723648&scope=bot&permissions=387136) 64 | - [GitHub](https://github.com/rogeraabbccdd/Discordbot-Zack) 65 | - kiwawa 66 | - [GitHub](https://github.com/CA-Lee/kiwawa) 67 | 68 | # Open Source 69 | 70 | - [Bottender](https://bottender.js.org/) 71 | - [vConsole](https://github.com/Tencent/vConsole) 72 | 73 | ## LINE 74 | 75 | ### [Status Page](https://api.line-status.info/) 76 | 77 | ### SDK 78 | 79 | - [line-bot-sdk-python](https://github.com/line/line-bot-sdk-python) 80 | - [line-sdk-unity](https://github.com/line/line-sdk-unity) 81 | - [line-bot-sdk-go](https://github.com/line/line-bot-sdk-go) 82 | - [line-sdk-ios-swift](https://github.com/line/line-sdk-ios-swift) 83 | - [line-bot-sdk-java](https://github.com/line/line-bot-sdk-java) 84 | - [line-bot-sdk-nodejs](https://github.com/line/line-bot-sdk-nodejs) 85 | - [line-bot-sdk-ruby](https://github.com/line/line-bot-sdk-ruby) 86 | - [line-bot-sdk-perl](https://github.com/line/line-bot-sdk-perl) 87 | - [flutter_line_sdk](https://github.com/line/flutter_line_sdk) 88 | - [line-sdk-android](https://github.com/line/line-sdk-android) 89 | - [line-bot-sdk-php](https://github.com/line/line-bot-sdk-php) 90 | - [NuGet Package -.net/ .netcore LINE Bot SDK](https://www.nuget.org/packages/LineBotSDK/) 91 | - [line-bot-sdk-haskell](https://github.com/moleike/line-bot-sdk) 92 | - [linebot](https://github.com/boybundit/linebot) 93 | 94 | ### Design tools 95 | 96 | - [Flex Message Simulator](https://developers.line.biz/flex-simulator/) 97 | - [LINE Bot Designer](https://developers.line.biz/zh-hant/services/bot-designer/) 98 | 99 | ### Login 100 | 101 | - [LINE Login MVC Example](https://github.com/isdaviddong/Line_Login_Example) 102 | 103 | #### LIFF 104 | 105 | - [@line/liff](https://www.npmjs.com/package/@line/liff) 106 | - [liff-snippets](https://github.com/doggy8088/liff-snippets) 107 | - [vConsole-LIFF](https://github.com/polydice/vConsole-LIFF) 108 | 109 | ### Notify 110 | 111 | - [lotify(Python)](https://github.com/louis70109/lotify) 112 | - [lotify(Ruby)](https://github.com/etrex/lotify) 113 | - [lotify(PHP)](https://github.com/eric0324/lotify) 114 | - [line-notify-sdk-nodejs](https://github.com/yiyu0x/line-notify-sdk-nodejs) 115 | 116 | ## Discord 117 | 118 | - [discord.js](https://discord.js.org/#/) 119 | - [discord.py](https://discordpy.readthedocs.io/en/latest/index.html) 120 | 121 | ## Artificial Intelligence Related 122 | 123 | - [Azure Cognitive Service](https://azure.microsoft.com/zh-tw/services/cognitive-services/) 124 | - [Dialogflow](https://cloud.google.com/dialogflow/docs) 125 | - [LUIS](https://www.luis.ai/) 126 | - [ArticutAPI (文截斷詞)](https://github.com/Droidtown/ArticutAPI) 127 | 128 | # Articles 129 | 130 | ## IronMan 131 | 132 | - [Everyone can built a Kamigo, if one determained. series](https://ithelp.ithome.com.tw/users/20107309/ironman/1253) 133 | - [Use Modern Web technology to built Chat APP. series](https://ithelp.ithome.com.tw/users/20103630/ironman/2798) 134 | - [ Step by step, walk you through AWS & LINE API to the application usage of Serverless API. series](https://nijialin.com/2019/10/20/%E9%90%B5%E4%BA%BA%E8%B3%BD-%E6%96%87%E7%AB%A0%E5%88%97%E8%A1%A8/) 135 | - [Five minutes a day. LINE API in your grasp. series](https://ithelp.ithome.com.tw/users/20111805/ironman/2199) 136 | - [From LINE BOT to data visualization: 賴田捕手. series](https://ithelp.ithome.com.tw/users/20120178/ironman/2654) 137 | - [How to use diode network to develope LINE Chatbot ? in chinese](https://medium.com/@sc0vu/%E5%A6%82%E4%BD%95%E9%80%8F%E9%81%8E-diode-network-%E9%96%8B%E7%99%BC-line-%E8%81%8A%E5%A4%A9%E6%A9%9F%E5%99%A8%E4%BA%BA-35be8e5e6a52) 138 | - [Use LINE Chatbot to link Multimedia Systems. series](https://ithelp.ithome.com.tw/users/20121130/ironman/3131) 139 | - [A indoor guy's romance - Use .NET Core to built LINE Wedding Chatbot experience sharing.](https://reurl.cc/GraXX3) 140 | - [Ktor Chatbot with Serverless. #Kotlin #2021](https://ithelp.ithome.com.tw/users/20129220/ironman/3903) 141 | 142 | ## LINE 143 | 144 | - [The Best Practice Of LIFF](https://medium.com/@EtrexKuo/the-best-practice-of-liff-fd89f2e612fc) 145 | - [Connect Google Analytics at LINE Bot](https://hackmd.io/@taichunmin/slide-coscup-2020?fbclid=IwAR3KoozsbjpRk_MxUcZDvwQKlqfxOZNNhNxw3t-O99zuLsT5FAjdA7_9KsU) 146 | - [LINE Bot design guide](https://docs.google.com/presentation/d/1PlUMItXtx3vTRa2US1kE1-Nr11GwqIePQoBN7IeptHE/edit#slide=id.p) 147 | - [Hand-On Labs - LineBotSDK implementation](https://github.com/isdaviddong/HOL-LineBotSDK) 148 | - [How to Develop a LINE Chatbot in a Decentralized Way](https://diode.io/diode/How-Diode-Allows-Engineers-to-Develop-LINE-Chatbots-in-a-Decentralized-Way-20252/) 149 | - [Develop a Screen Bullets with LINE Chatbot](https://nijialin.com/2021/01/11/screen-bullet-line-bot/) 150 | 151 | # Books 152 | 153 | - [Everyone can built a Kamigo: Built your own LINE Chatbot from scratch.](https://www.tenlong.com.tw/products/9789864342938?list_name=srh) 154 | - [Develope combat of LINE Bot and Artificial Intelligence Rekognition. | Use C# and Azure Cognitive Services](https://www.tenlong.com.tw/products/9789865022662) 155 | - [Develope combat of LINE bot conversation Chatbot & Artificial Intelligence Rekognition](https://www.pubu.com.tw/ebook/103305) 156 | - [Built a stick secretary. | Chatbot x Web Crawler & NoSQL x Python combined application in practice.](http://books.gotop.com.tw/v_ACN034300) 157 | 158 | # Public URLs 159 | 160 | - [Ngrok](https://ngrok.com/) 161 | - [Servo](https://servo.org/zh-TW/) 162 | - [localtunnel](https://github.com/localtunnel/localtunnel) 163 | - [docker-serveo](https://github.com/taichunmin/docker-serveo) 164 | - [DiodeCli](https://diode.io/) 165 | 166 | # Video 167 | 168 | - [Sent a JSON form LINE message from Command Prompt.](https://youtu.be/-B4GhMpMJuY) 169 | - [Use dotnet core to sent LINE message from Command Prompt under mutiplatform environment.](https://youtu.be/KZZLMzd2CZo) 170 | - [Use .netcore to sent message through push.](https://youtu.be/5jsbXrw1U4w) 171 | - [Use dot net core to develop LINE Bot](https://youtu.be/4sQXk1e02t8) 172 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Chatbot 😎 2 | 3 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 4 | [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/louis70109/line-notify#contributing) 5 | [![English](https://img.shields.io/badge/README-EN-green)](https://github.com/Chatbot-Taiwan/AwesomeChatbots/blob/master/README.md) 6 | 7 | # 社群(Community) 8 | 9 | - [Chatbot Developer Taiwan](https://www.facebook.com/groups/chatbot.tw) 10 | - [LINE Developers Group Taiwan](https://www.facebook.com/groups/linebot/) 11 | - [Facebook Developer Circle: Taipei](https://www.facebook.com/groups/DevCTaipei/) 12 | - [Telegram 機器人應用交流 Bot Discuss](https://t.me/joinchat/Bosd1z3ENpG7cPjLw3qmYQ) 13 | 14 | # 平台(Platform) 15 | 16 | - [LINE Messaging API](https://developers.line.biz/en/docs/messaging-api/) 17 | - [Facebook Messenger API](https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api?locale=zh_TW) 18 | - [Slack API](https://api.slack.com/start) 19 | - [Microsoft Bot Framework](https://dev.botframework.com/) 20 | - [Telegram API document](https://core.telegram.org/bots/api) 21 | - [Twitch IRC chatbot](https://dev.twitch.tv/docs/irc) 22 | - [Discord](https://discord.com/developers/docs/intro) 23 | 24 | # Chatbots 25 | 26 |
27 | LINE 28 | 29 | - [卡米狗](https://line.me/R/ti/p/%40aab8659n) 30 | - [介紹網站](https://www.kamigo.tw/) 31 | - [Steam 查價 Deals Line Bot](https://line.me/R/ti/p/%40504mcsmm) 32 | - [GitHub](https://github.com/rogeraabbccdd/Linebot-Deals) 33 | - [財哥...檳語...](https://line.me/R/ti/p/%40504mcsmm) 34 | - [GitHub](https://github.com/rogeraabbccdd/Linebot-Zack) 35 | - [AnimeBot](https://line.me/R/ti/p/%40783mjfrr) 36 | - [GitHub](https://github.com/davidleitw/AnimeBot) 37 | - [Flex 開發人員工具 LINE Flex Message Developer Tool](https://line.me/R/ti/p/%40736cebrk) 38 | - [介紹文章](https://taichunmin.idv.tw/blog/2020-04-06-line-devbot.html) 39 | - [GitHub](https://github.com/taichunmin/gcf-line-devbot) 40 | - 午餐隊長 Leader of Lunch 41 | - [GitHub](https://github.com/louis70109/AwesomeChatbots.git) 42 | - [趨勢科技防詐達人 TREND MICRO Anti-Fraud Expert](https://line.me/R/ti/p/%40dr.message) 43 | - [彰化旅行+ Changhua Travel Plus](https://line.me/R/ti/p/%40640iohng) 44 | - 農家樂計算機 Farmhouse Calculator 45 | - [介紹文章](https://medium.com/@EtrexKuo/line-bot-%E8%BE%B2%E5%AE%B6%E6%A8%82%E8%A8%88%E7%AE%97%E6%A9%9F-c0450b5aca3f) 46 | - [GiHub](https://github.com/Yoctol/agricola-score) 47 | - [待辦小精靈 To-Do List Genie](https://line.me/R/ti/p/%40252ifirk) 48 | - [介紹文章](https://medium.com/elfkd) 49 | - kiwawa 50 | - [GitHub](https://github.com/CA-Lee/kiwawa) 51 | - 易 RP 52 | - [GitHub](https://github.com/rogeraabbccdd/line-erp) 53 | - Google 行事曆產生機 54 | - [GitHub](https://github.com/louis70109/calendar-linebot) 55 | 56 |
57 | 58 |
59 | Facebook 60 | 61 |
62 | 63 |
64 | Telegram 65 | 66 |
67 | 68 |
69 | Discord 70 | 71 | - [Steam 查價 Deals Line Bot](https://discordapp.com/oauth2/authorize?client_id=634902541687324702&scope=bot&permissions=28832) 72 | - [GitHub](https://github.com/rogeraabbccdd/Discordbot-Deals) 73 | - [財哥...檳語...](https://discord.com/oauth2/authorize?client_id=602028564333723648&scope=bot&permissions=387136) 74 | - [GitHub](https://github.com/rogeraabbccdd/Discordbot-Zack) 75 | - kiwawa 76 | - [GitHub](https://github.com/CA-Lee/kiwawa) 77 | - leetcodeBot: 管理discord群組leetcode讀書會的小工具 78 | - [GitHub](https://github.com/davidleitw/leetcodeBOT) 79 |
80 | 81 | # 開源專案(Open Source) 82 | 83 | - [Bottender](https://bottender.js.org/) 84 | - [vConsole](https://github.com/Tencent/vConsole) 85 | 86 | ## LINE 87 | 88 | - [API 狀態查詢網站](https://api.line-status.info/) 89 | 90 |
91 | 套件(SDK) 92 | 93 | - [line-bot-sdk-python](https://github.com/line/line-bot-sdk-python) 94 | - [line-sdk-unity](https://github.com/line/line-sdk-unity) 95 | - [line-bot-sdk-go](https://github.com/line/line-bot-sdk-go) 96 | - [line-sdk-ios-swift](https://github.com/line/line-sdk-ios-swift) 97 | - [line-bot-sdk-java](https://github.com/line/line-bot-sdk-java) 98 | - [line-bot-sdk-nodejs](https://github.com/line/line-bot-sdk-nodejs) 99 | - [line-bot-sdk-ruby](https://github.com/line/line-bot-sdk-ruby) 100 | - [line-bot-sdk-perl](https://github.com/line/line-bot-sdk-perl) 101 | - [flutter_line_sdk](https://github.com/line/flutter_line_sdk) 102 | - [line-sdk-android](https://github.com/line/line-sdk-android) 103 | - [line-bot-sdk-php](https://github.com/line/line-bot-sdk-php) 104 | - [NuGet Package -.net/ .netcore LINE Bot SDK](https://www.nuget.org/packages/LineBotSDK/) 105 | - [line-bot-sdk-haskell](https://github.com/moleike/line-bot-sdk) 106 | - [linebot](https://github.com/boybundit/linebot) 107 | 108 |
109 | 110 |
111 | 設計工具 112 | 113 | - [Flex Message Simulator](https://developers.line.biz/flex-simulator/) 114 | - [LINE Bot Designer](https://developers.line.biz/zh-hant/services/bot-designer/) 115 | 116 |
117 | 118 |
119 | Login 120 | 121 | - [LINE Login MVC Example](https://github.com/isdaviddong/Line_Login_Example) 122 | 123 |
124 | 125 |
126 | LIFF 127 | 128 | - [@line/liff](https://www.npmjs.com/package/@line/liff) 129 | - [liff-snippets](https://github.com/doggy8088/liff-snippets) 130 | - [vConsole-LIFF](https://github.com/polydice/vConsole-LIFF) 131 | 132 |
133 | 134 |
135 | Notify 136 | 137 | 138 | - [lotify(Python)](https://github.com/louis70109/lotify) 139 | - [lotify(Ruby)](https://github.com/etrex/lotify) 140 | - [lotify(PHP)](https://github.com/eric0324/lotify) 141 | - [line-notify-sdk-nodejs](https://github.com/yiyu0x/line-notify-sdk-nodejs) 142 | 143 |
144 | 145 | ## Discord 146 | 147 | - [discord.js](https://discord.js.org/#/) 148 | - [discord.py](https://discordpy.readthedocs.io/en/latest/index.html) 149 | - [discordgo](https://github.com/bwmarrin/discordgo) 150 | 151 | ## AI 相關 (Artificial Intelligence Realted) 152 | 153 | - [Azure Cognitive Service](https://azure.microsoft.com/zh-tw/services/cognitive-services/) 154 | - [Dialogflow](https://cloud.google.com/dialogflow/docs) 155 | - [LUIS](https://www.luis.ai/) 156 | - [ArticutAPI (文截斷詞)](https://github.com/Droidtown/ArticutAPI) 157 | 158 | # 文章(Articles) 159 | 160 |
161 | 鐵人賽(IronMan) 162 | 163 | ## 鐵人賽(IronMan) 164 | 165 | - [只要有心,人人都可以做卡米狗 系列 ](https://ithelp.ithome.com.tw/users/20107309/ironman/1253) 166 | - [使用 Modern Web 技術來打造 Chat App 系列 ](https://ithelp.ithome.com.tw/users/20103630/ironman/2798) 167 | - [一步步帶你了解 AWS & LINE API 並使用 Serverless 介接的各種應用 系列 ](https://nijialin.com/2019/10/20/%E9%90%B5%E4%BA%BA%E8%B3%BD-%E6%96%87%E7%AB%A0%E5%88%97%E8%A1%A8/) 168 | - [每天五分鐘 LINE API 輕鬆上手 系列](https://ithelp.ithome.com.tw/users/20111805/ironman/2199) 169 | - [從 LINE BOT 到資料視覺化:賴田捕手 系列](https://ithelp.ithome.com.tw/users/20120178/ironman/2654) 170 | - [如何透過-diode-network-開發-line-聊天機器人 - 中文](https://medium.com/@sc0vu/%E5%A6%82%E4%BD%95%E9%80%8F%E9%81%8E-diode-network-%E9%96%8B%E7%99%BC-line-%E8%81%8A%E5%A4%A9%E6%A9%9F%E5%99%A8%E4%BA%BA-35be8e5e6a52) 171 | - [用 Line 聊天機器人串起多媒體系統 系列](https://ithelp.ithome.com.tw/users/20121130/ironman/3131) 172 | - [宅男的浪漫 - 用 .NET Core 打造 Line 婚禮聊天機器人經驗分享](https://reurl.cc/GraXX3) 173 | - [Ktor Chatbot with Serverless. 實例演練 #Kotlin #2021](https://ithelp.ithome.com.tw/users/20129220/ironman/3903) 174 | 175 |
176 | 177 |
178 | LINE 179 | 180 | ## LINE 181 | 182 | - [The Best Practice Of LIFF](https://medium.com/@EtrexKuo/the-best-practice-of-liff-fd89f2e612fc) 183 | - [在 LINE Chatbot 中串接 Google Analytics](https://hackmd.io/@taichunmin/slide-coscup-2020?fbclid=IwAR3KoozsbjpRk_MxUcZDvwQKlqfxOZNNhNxw3t-O99zuLsT5FAjdA7_9KsU) 184 | - [LINE Bot 設計模式](https://docs.google.com/presentation/d/1PlUMItXtx3vTRa2US1kE1-Nr11GwqIePQoBN7IeptHE/edit#slide=id.p) 185 | - [Hand-On Labs - LineBotSDK 實作手札](https://github.com/isdaviddong/HOL-LineBotSDK) 186 | - [How to Develop a LINE Chatbot in a Decentralized Way](https://diode.io/diode/How-Diode-Allows-Engineers-to-Develop-LINE-Chatbots-in-a-Decentralized-Way-20252/) 187 | - [開發結合 LINE Chatbot 的簡易彈幕系統](https://nijialin.com/2021/01/11/screen-bullet-line-bot/) 188 | 189 |
190 | 191 |
192 | Facebook 193 |
194 | 195 |
196 | Telegram 197 |
198 | 199 |
200 | Slack 201 |
202 | 203 | # 書籍 204 | 205 | - [人人可作卡米狗:從零打造自己的 LINE 聊天機器人](https://www.tenlong.com.tw/products/9789864342938?list_name=srh) 206 | - [LINE Bot 與人工智慧辨識開發實戰|使用 C# 與 Azure Cognitive Services](https://www.tenlong.com.tw/products/9789865022662) 207 | - [Line Bot 對談機器人 & 人工智慧辨識 開發實戰](https://www.pubu.com.tw/ebook/103305) 208 | - [打造股市小秘書|聊天機器人 x 網路爬蟲 x NoSQL x Python 整合應用實務](http://books.gotop.com.tw/v_ACN034300) 209 | 210 | # Public URLs 211 | 212 | - [Ngrok](https://ngrok.com/) 213 | - [Servo](https://servo.org/zh-TW/) 214 | - [localtunnel](https://github.com/localtunnel/localtunnel) 215 | - [docker-serveo](https://github.com/taichunmin/docker-serveo) 216 | - [DiodeCli](https://diode.io/) 217 | 218 | # Video 219 | 220 | - [在命令列發送 JSON 格式的 LINE 訊息](https://youtu.be/-B4GhMpMJuY) 221 | - [用 dotnet core 以命令列在跨平台環境下發送 LINE 訊息](https://youtu.be/KZZLMzd2CZo) 222 | - [使用.netcore 以 push 方式傳送訊息](https://youtu.be/5jsbXrw1U4w) 223 | - [使用 .net core 開發 LINE Bot](https://youtu.be/4sQXk1e02t8) 224 | - [AI for Dev Part3](https://www.youtube.com/playlist?list=PLC2_bAlyXYX-n3XJGfWVIFi_MCaCO-bJt) 225 | --------------------------------------------------------------------------------