MessengerBot - JS Chatbot

Contains adsIn-app purchases
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

NOTE: This app is beta version, so it might be buggy.

This app helps you make JavaScript Chatbot for WhatsApp, Facebook Messenger, Line, KaTalk, etc

Prerequisites:
1. If you're android version is under 7.0, it is **highly** recommended to install "Wear OS by Google", since this app reads your notifications and uses "Wearable Extender" to reply.
2. You **should** know how to use JavaScript, or you can't do anything.

Note:
I'm working with new API, so current API will be deprecated in the future.

API Documents are not fully translated yet, but these might be helpful:
1. Introduction: https://deviolet.tistory.com/entry/%EB%A9%94%EC%8B%A0%EC%A0%80%EB%B4%87-%EA%B0%80%EC%9D%B4%EB%93%9C

2. API: https://deviolet.tistory.com/entry/%EB%A9%94%EC%8B%A0%EC%A0%80%EB%B4%87-%EA%B0%80%EC%9D%B4%EB%93%9C-%EB%A0%88%EA%B1%B0%EC%8B%9C-API

3. EventListeners: https://violet.develope.kr/entry/%EB%A9%94%EC%8B%A0%EC%A0%80%EB%B4%87-%EA%B0%80%EC%9D%B4%EB%93%9C-%EB%A0%88%EA%B1%B0%EC%8B%9C-%EC%9D%B4%EB%B2%A4%ED%8A%B8-%EB%A6%AC%EC%8A%A4%EB%84%88
Updated on
Feb 11, 2023

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.
This app may share these data types with third parties
Device or other IDs
This app may collect these data types
App info and performance and Device or other IDs
Data is encrypted in transit
Data can’t be deleted

What's new

v0.7.29a
에러 팝업 관련 문제를 해결했습니다.
API2 이벤트 리스너 내부에서 리스너를 추가할 경우 ConcurrentModificationException이 발생하는 문제를 해결했습니다.
v0.7.28a
API2
Event.MESSAGE, Event.COMMAND의 인자에 다음을 추가하였습니다:
.image
.image.getBitmap()
.image.getBase64()

공용 설정
Strict Warning을 비활성화 할 수 있는 옵션을 추가하였습니다.

에디터
같은 텍스트 범위에 Warning 및 Error 하이라이트가 적용될 경우, 메시지 팝업에 단 하나의 내용만 포함되던 문제를 해결했습니다.