[DEPRECATED] tweakio-sdk has been rebranded to CamouChat. Install camouchat-whatsapp instead.
Project description
⚠️ tweakio-sdk — DEPRECATED
This package has been rebranded. Please migrate to CamouChat.
[!CAUTION]
tweakio-sdkis officially deprecated and will no longer receive updates. This package has been fully rebranded and evolved into the CamouChat Plugin Ecosystem.Please migrate immediately:
Old New pip install tweakio-sdkpip install camouchat-whatsappFull documentation, changelogs, and API references are available at the new locations listed below.
📦 New Package Locations
| Package | Role | PyPI |
|---|---|---|
camouchat |
Umbrella entry point (installs all plugins) | |
camouchat-core |
Core SDK — protocols, logging, encrypted storage | |
camouchat-browser |
Stealth browser engine (Camoufox + BrowserForge) | |
camouchat-whatsapp |
WhatsApp automation plugin (wa-js, multi-account) |
📚 Documentation
- 🏠 Ecosystem Hub: github.com/CamouChat-Team/CamouChat
- 📖 Core Architecture: camouchat-core/docs
- 📖 Browser Configuration: camouchat-browser/docs
- 📖 WhatsApp API & Models: camouchat-whatsapp/docs
Historical README (v0.6.1)
The content below is the original tweakio-sdk / CamouChat v0.6 README, preserved for reference only.
Introduction to CamouChat
CamouChat is an advanced, strictly decoupled ecosystem designed for researchers and developers to build high-performance Web Automation agents safely. Initially built for highly secured chat applications like WhatsApp, it utilizes Camoufox to achieve industry-leading anti-detection capabilities.
It provides a standardized framework incorporating end-to-end encrypted local storage, isolated sandbox profiling, and humanized interaction schemas — completely removing the fragility associated with raw DOM scraping or unsecured automation libraries.
This repository serves as the central hub and entry point for the entire CamouChat plugin ecosystem.
[!IMPORTANT] v0.7.0 Update — CamouChat is now a decoupled plugin ecosystem. The
camouchatpackage on PyPI is the umbrella entry point. WhatsApp automation lives incamouchat-whatsapp— install that for full functionality. Existing users of the old monolithiccamouchatpackage: no API changes, just point your install tocamouchat-whatsappgoing forward.
Why CamouChat?
Before building CamouChat, maintaining reliable web automation pipelines across restricted platforms presented major challenges:
- Fragile Automation: Hardcoded CSS selectors break constantly on platform UI updates.
- Bot Identification: Basic Puppeteer/Playwright instances trigger modern captchas and integrity scanners immediately.
- Account Risk: Lack of isolated cookie/cache containment leads to swift cross-account detection and IP shadowbans.
- Architecture Bloat: Existing libraries are typically monolithic, tightly coupled wrappers that force you into a single way of handling tasks.
CamouChat solves this by establishing a protocol-driven SDK, routing actions through secure internal APIs (injecting JS bridges without triggering scanners) and standardizing storage schemas globally.
🧩 The Plugin Ecosystem
Starting from v0.7.0, CamouChat has been strictly decoupled into specialized plugins. You install exactly what you need.
1. camouchat-core — The Foundation 
The required central SDK interface. Provides the foundational structures:
- Standardized
typing.Protocolcontracts for interoperability. - Asynchronous Logging Engine (
concurrent-log-handler). - Strict AES-GCM-256 Storage & Metadata interfaces.
2. camouchat-browser — The Engine 
The stealth browser layer built for Web interactions.
- Embeds Camoufox for deep connection and JS fingerprint spoofing.
- Generates dynamic hardware profiles via
browserforge. - Automated OS-aware profile sandboxing and encryption.
3. camouchat-whatsapp — The Implementation 
A platform-specific plugin leveraging the Core and Browser ecosystems to automate WhatsApp Web perfectly.
- Complete internal API bridge using wa-js natively.
- Zero DOM Scraping — Event-driven interaction.
- Support for complex media fetching, stealth timing, and fully-typed async architectures.
🚀 Quick Install
📦 Full WhatsApp plugin →
camouchat-whatsappon PyPI — detailed docs, changelog, and API reference live there.
To build a full, automated WhatsApp agent utilizing the Camoufox engine, install the ecosystem via uv or pip:
Using uv (Recommended)
uv add camouchat-whatsapp "camoufox[geoip]"
uv run python -m camoufox fetch
Using pip
pip install camouchat-whatsapp "camoufox[geoip]"
python -m camoufox fetch
[!WARNING] Running
camoufox fetchis a mandatory one-time step that downloads the compiled Firefox binaries. Normal package managers cannot perform this hook automatically.
📚 Global Documentation
⚖️ Security & Ethics
CamouChat provides powerful browser automation and stealth infrastructure. With this power comes the responsibility to use it ethically and in compliance with the rules of the platforms you interact with.
Please read our mandatory Security & Ethics Guidelines regarding acceptable use, anti-spam policies, and anti-detection disclaimers before utilizing the ecosystem.
🤝 Community & Support
- Code of Conduct
- Changelog / Release Notes
- Submitting issues: Please file platform-specific issues directly in the corresponding plugin repository (
camouchat-whatsapp, etc.).
Built with ❤️ by BITS-Rohit and the CamouChat community
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file tweakio_sdk-0.7.1.tar.gz.
File metadata
- Download URL: tweakio_sdk-0.7.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c8943d12850ef44ac98cb6606e09836b7b4805ad00d381586e7fafa3a3daeed
|
|
| MD5 |
05e0188a3f0dec348fe6f09edf29f508
|
|
| BLAKE2b-256 |
e2f2156fead432cde031d2496514022b647381cd91e615af188ba57a231caae1
|
File details
Details for the file tweakio_sdk-0.7.1-py3-none-any.whl.
File metadata
- Download URL: tweakio_sdk-0.7.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc615079c1d9d156e09ea9808c0c2ea2be507c82d89d68ca9224651c958d8b59
|
|
| MD5 |
5d383b9747ba0d7e0fb529e3389111b2
|
|
| BLAKE2b-256 |
26547fc30582921cc4c1ba80696eae57c126c2b209ab083a812f0c67f8606f25
|