채팅 자동응답 봇

100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

※ It may not work normally in KakaoTalk 9.7.0 or later. ※
In recent updates, the notification structure of KakaoTalk has been changed, so all autoresponder apps do not work properly.
If you want to use the chat autoresponder bot, please do not update KakaoTalk to the latest version until the version with the response patch is released, or download the beta version from GitHub.
Beta version download page: https://darktornado.github.io/KakaoTalkBot/docs/beta-release/

--------------------

You can create it by using the simple autoresponder function, or by programming directly using JavaScript or a programming language called CoffeeScript, Lua, or Lacoscript. You can add bots by clicking the button with three dots (?) on the right side of the top bar.

This means that you can use it without any basic programming knowledge.

Because chat reception is recognized by reading notifications from the messenger app on the top bar, notifications in the messenger app must be turned on and this app must be able to access notifications to work.
Under Android 7.0, the chat is sent to the chat room where the chat was received through Android Wear (Wear OS), so Android Wear must be installed to work properly.


[Simple Auto Answer]
- If you click the Add button and decide what to answer in any situation, it will automatically respond when the situation occurs.
- It can be used without programming knowledge.

[Use JavaScript]
- You can implement the functions you want, but programming knowledge is required.
- Runs on Rhino JavaScript engine.
- Basic course and API list is built-in.

[Using Coffee Script]
- CoffeeScript is a language that is compiled into JavaScript.
- You can implement the functions you want, but programming knowledge is required.
- The API list is built-in, but it is described based on JavaScript.

[Using Lua]
- You can implement the functions you want, but programming knowledge is required.
- Basic course and API list is built-in.

[Using Visual Basic]
- You can implement the functions you want, but programming knowledge is required.
- The API list is built-in, but it is described based on JavaScript.
- In this app, it is compiled into JavaScript through vb2js and runs on the Rhino engine.

[Using IceBlock.js]
- An environment similar to block coding, a function that lies between simple automatic response and programming.
- When reloading, JavaScript source is created and run in Rhino engine.
- Basic courses are built into the app.

[Use Lacoscript] - Deprecated support
- This function was implemented to lower the barrier to entry of using the programming language that was previously supported.
- Barriers to entry are lower than in other languages, but degrees of freedom are also relatively low.
- Basic course and API list is built-in.
- It's still in beta.

[Respond to all chats] - Confirmation of deletion
- In a way, it is a function that belongs to a simple autoresponder, and it is a function that allows you to respond to all incoming chats.
- The function can be set to work only on a specific day of the week or during a specific time period.
- It is assumed that people who complain that bots keep coming over are using this feature and complaining to the developer, so it will be deleted.

Each bot can be turned on/off separately, and all bots are deactivated by turning off the switch on the top bar.

In the case of the simple autoresponder function, it is possible to quote the content of the chat received through special phrases such as [[Sender]], [[Content]], [[Time]].
In the case of functions that require reload, such as JavaScript, the bot works normally only when the device is rebooted.

This app and the developer of this app are not responsible for actions such as chatting due to the user's mistake. This app works according to what the user has set up or programmed.
Please don't blame the app and the app developer for your own fault :(

Version 2.0 release notes: https://blog.naver.com/dt3141592/221696604789
Reference: https://darktornado.github.io/KakaoTalkBot/
Updated on
Oct 29, 2021

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

[공통 변동사항]
- 봇 작동 체크리스트, 채팅 수신 인식 테스트, 자동 리로드 추가

[일반 자동응답]
- 기초 강좌 사이트 주소 변경 및 변수 값 설정 관련 오류 수정

[자바스크립트]
- Utils.getWeatherJSON(region); 추가

[루아]
- 이벤트 리스너 호출 방식 변경
- json.parse(), json.stringify() 추가 및 lsoup에 :select(css, index, attr)와 :count(css) 추가

출시 노트 참고 : https://blog.naver.com/dt3141592/222553076130