GitHub repository
All examples live in theexamples/ folder:
github.com/VZaps/vzaps-sdk-python
The folder includes requirements.txt for the published PyPI package (vzaps) and shared credential loading in _env.py.
See examples/README.md in the repository for the full file list.
What’s included
| File | Topic |
|---|---|
01_auth_and_list_instances.py | Auth and instance listing |
02_create_instance.py | Create instance |
03_instance_subscription.py | Billing subscription |
04_session_and_pairing.py | Session status, QR, and pairing code |
05_configure_webhook.py | Webhook configuration |
06_realtime_subscribe.py | Realtime WebSocket subscription |
07_send_text_message.py | Send text message |
08_send_media_and_interactive.py | Media, buttons, and list |
09_send_poll_reaction_and_chat_actions.py | Poll, reaction, and chat actions |
10_queues.py | Message and operation queues |
11_typebot_and_chatwoot.py | TypeBot and Chatwoot |
Option A — examples folder only (recommended)
You do not need to clone the full SDK repository.- Download only the
examples/folder using Download ZIP on GitHub, or run:
- Install dependencies, set environment variables, and run:
Option B — sparse checkout
Option C — full repository clone
pip install -e . when you are developing the SDK locally.
Next steps
- Follow the Starter Guide for a guided walkthrough.
- See Messages for every send method.

