Metadata-Version: 2.5
Name: PyZALO
Version: 0.1.0
Summary: Python library for Zalo OA Bot
Project-URL: Homepage, https://github.com/PhongNguyenxDEV/PyZALO
Project-URL: Issues, https://github.com/PhongNguyenxDEV/PyZALO/issues
Project-URL: Documents, https://bot.zaloplatforms.com/docs/
Author-email: PhongVeChai <aimabtdcdungko@gmail.com>
License: MIT
License-File: LICENSE
Keywords: bot,chatbot,oa,zalo
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: requests>=2.28.0
Requires-Dist: websocket-client>=1.4.0
Description-Content-Type: text/markdown

# PyZALO

![Logo](https://raw.githubusercontent.com/PhongNguyenxDEV/PyZALO/refs/heads/main/assets/Logo.png)

**PyZALO** là thư viện mã nguồn mở giúp bạn tạo Bot OA ZALO một cách dễ dàng bằng Python.

---

## 🎯 Tại sao chọn PyZALO?

- ❤️ **Yêu Python, ghét Node.js** - Viết bot Zalo bằng Python thay vì JavaScript
- 😫 **Mỏi tay?** - PyZALO rút gọn code, không cần viết dài dòng
- 🚀 **Tối ưu** - Giải pháp đơn giản nhất cho Python developers

---

## ⚠️ Lưu ý

> **Thư viện được viết 100% bằng Python nên tốc độ có thể chậm hơn so với bản chính thức.**
> 
> **Rất xin lỗi vì sự bất tiện này!** 🙏

---

## 📖 Tài liệu tham khảo

Tài liệu chính thức của Zalo OA Bot:
👉 [https://bot.zaloplatforms.com/docs/](https://bot.zaloplatforms.com/docs/)

---

## 🔧 Cách mở OA ZALO Bot

Quét mã QR sau để tạo bot:

![QR Code](https://raw.githubusercontent.com/PhongNguyenxDEV/PyZALO/refs/heads/main/assets/OA_qrcode.jpg)

Sau đó nhấn **Tạo Bot** và làm theo hướng dẫn của Zalo.

---

## 💻 Cài đặt

### Yêu cầu hệ thống
- Python >= 3.9
- Request >= 2.28.0

### Cài đặt thư viện

pip install PyZALO

### 🐛 Báo lỗi và đóng góp
Nếu bạn tìm thấy lỗi hoặc muốn đóng góp:

Fork repository

Tạo branch mới: git checkout -b feature/amazing-feature

Commit changes: git commit -m 'Add amazing feature'

Push lên branch: git push origin feature/amazing-feature

Tạo Pull Request

Hoặc tạo issue tại: https://github.com/PhongNguyenxDEV/PyZALO/issues

### 🙏 Cảm ơn
Cảm ơn bạn đã sử dụng PyZALO! Mọi đóng góp và phản hồi đều được chào đón. ❤️

### 📱 Kết nối với tác giả
TikTok: @PhongWeboo~~

GitHub: PhongNguyenxDEV

Email: aimabtdcdungko@gmail.com

### 📄 License
Dự án được phân phối dưới giấy phép MIT. Xem file LICENSE để biết thêm chi tiết.

#### Made by PhongVeChai