Metadata-Version: 2.4
Name: whatsfly_labfox
Version: 0.3.1
Summary: Whatsapp Web wrapper in Python, without webdrivers
Home-page: https://whatsfly.labfox.fr
Author: LabFox
Author-email: Labfox <consockbind@gmail.com>, Doy Bachtiar <adityabachtiar996@gmail.com>, Otamay <mauricio@ulisse.io>, Ivo Bellin Salarin <ivo@nilleb.com>
Project-URL: Homepage, https://github.com/Labfox/whatsfly
Project-URL: Issues, https://github.com/Labfox/whatsfly/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: types-pyyaml
Requires-Dist: setuptools
Requires-Dist: requests
Requires-Dist: qrcode
Requires-Dist: protobuf
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# WhatsFly
[![Build](https://github.com/Labfox/whatsfly/actions/workflows/build.yml/badge.svg)](https://github.com/Labfox/whatsfly/actions/workflows/build.yml)

## Just run and have fun. Just try and go fly. 

> [!NOTE]  
> There currently isn't active development, but the project is still maintained. If you want a feature, please create an issue, I'll try to implement it as soon as possible (I usually respond within 1-2 weeks).


WhatsApp web wrapper in Python. No selenium nor gecko web driver needed. 

Setting up browser driver is tricky for python newcomers, and thus it makes your code so 'laggy' while using lots of RAM.

## Documentation

https://labfox.github.io/whatsfly/

## Supported machines

The library theoretically supports every machine with Go and CGo, but if the builds fail on your machine, there are pre-built binaries auto-downloaded for the following architectures:

| Architecture   | Status            |
|----------------|-------------------|
| Linux amd64    | ✅                 |
| Linux ARM64    | GH Workflow error |
| Linux 686      | GH Workflow error |
| Linux 386      | GH Workflow error |
| Windows amd64  | ✅                 |
| Windows 32 bit | GH Workflow error |
| OSX arm64      | ✅                 |
| OSX amd64      | ✅                 |

## Contributing
> If you'd like to support my work, please consider making a pull request to help fix any issues with the code.
> I would like to extend my gratitude to the open-source developers behind tls-client, tiktoken, and whatsmeow. Their work has inspired me greatly and helped me to create this project.
