Its-VrxxDev/zlapi — reverse-engineered prompt
Reverse engineered prompt
Build me a Python package called zlapi that lets people make bots and automations for Zalo using a normal account instead of the official bot API. I want it to log in with phone, password, IMEI, and session cookies, then support listening for messages and events in real time, plus a simple mode that feels easy to use for beginners.
It should be able to send normal messages, styled messages, mentions, stickers, files, gif, video, voice, business cards, and multiple images. It should also fetch chats, messages, and user info, and handle group actions like creating groups, changing group settings, polls, pin and unpin messages, and block or unblock users after removal. Please support both regular and async usage, plus a simpler decorator based style for message handlers, and let listening run with websocket or request based modes and an option to keep running forever.
Include a clear README with install steps, basic examples, and a note that this is unofficial and could violate Zalo terms. Look up current docs online if you need to.
Want more depth? Deep Reverse