https://github.com/thenoppy12/java-zalo-bot
python-zalo-bot but java-lish! still not support sending photos and stickers but ill make it soon
https://github.com/thenoppy12/java-zalo-bot
java zalo zalo-bot zalo-bot-java
Last synced: about 1 month ago
JSON representation
python-zalo-bot but java-lish! still not support sending photos and stickers but ill make it soon
- Host: GitHub
- URL: https://github.com/thenoppy12/java-zalo-bot
- Owner: thenoppy12
- License: cc0-1.0
- Created: 2026-04-25T16:01:42.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-04T07:08:04.000Z (about 1 month ago)
- Last Synced: 2026-05-04T09:24:54.966Z (about 1 month ago)
- Topics: java, zalo, zalo-bot, zalo-bot-java
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
ZaloBotAPI (for java)
**
do rảnh rỗi sinh nông nỗi nên mới thử tay port cái này qua java hehe
Inspired of the official [python-zalo-api](https://pypi.org/project/python-zalo-bot)
(này làm chơi cho vui thôi chớ không có ý định lâu dài)
**
## Usage
```gradle
# build.gradle
repositories {
maven {
name = "FkrystalMaven"
url = uri("https://maven.fkrystal.qzz.io/releases")
}
}
ZALOAPI_VERSION = "find it on my repo."
dependencies {
implementation("neuralseal.fkrystal:zalo-api:${ZALOAPI_VERSION}")
}
```
**for code usage, please read the [Test](https://github.com/thenoppy12/java-zalo-bot/blob/master/src/test/java/Test.java) class**