Python client for the TNEENWH WhatsApp HTTP API — auth, OTP signup, sessions, messaging.
Project description
tneenwh (Python)
Python client for the TNEENWH WhatsApp HTTP API.
Install
From the repository root:
pip install -e ./packages/tneenwh-python
Minimal example
import tneenwh
tneenwh.configure(base_url="http://localhost:3000")
tneenwh.login(email="you@example.com", password="your-secure-password")
tneenwh.set_session("your-session-uuid", "your-channel-secret-hex")
tneenwh.send_text("201234567890@c.us", "Hello from Python")
Full method list, examples, and error handling: docs/TNEENWH-LIBRARY-REFERENCE.md. Short guide: docs/TNEENWH-SDK.md.
Requirements
- Python 3.9+
- Standard library only (uses
urllib— norequestsdependency)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tneenwh-0.1.0.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tneenwh-0.1.0-py3-none-any.whl
(10.8 kB
view details)
File details
Details for the file tneenwh-0.1.0.tar.gz.
File metadata
- Download URL: tneenwh-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4f14d3f03c3461395a86be3cc60e4f16bc01152448cbd0c3cb0d3d77a8727b0
|
|
| MD5 |
9525249b665aac9b08823c360e0162a5
|
|
| BLAKE2b-256 |
1da0c2c4bf284d65db9b547e048d17b8adce3a9fcc1a4373c7f3514aa9f5e761
|
File details
Details for the file tneenwh-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tneenwh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f201fc78e084c50e896f33103cee340c4742f84237aef581176df6a3ac491fb
|
|
| MD5 |
fcac1f2d6d1eb6c18684a8f7801dd8dc
|
|
| BLAKE2b-256 |
2d55060c424541d02cd7f4ceff075943a6463308ddd9fe6f882cb9fd3700799f
|