11[ // ] : # ( Logo design by @nyatitilkesh https://github.com/nyatitilkesh | Telegram: @nyatitilkesh )
2- <img alt =" PyWa Logo " height =" 250 " src =" https://pywa.readthedocs.io/en/latest/_static/pywa-logo.png " width =" 250 " />
3-
4- ________________________
5-
6- # [ PyWa] ( https://github.com/david-lev/pywa ) β’ Build WhatsApp Bots in Python β’ Fast, Effortless, Powerful π
7-
8- [ ![ PyPi Downloads] ( https://img.shields.io/pypi/dm/pywa )] ( https://pypi.org/project/pywa/ )
9- [ ![ PyPI Version] ( https://badge.fury.io/py/pywa.svg )] ( https://pypi.org/project/pywa/ )
10- [ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/david-lev/pywa/tests.yml?label=Tests )] ( https://github.com/david-lev/pywa/actions/workflows/tests.yml )
11- [ ![ Coverage] ( https://img.shields.io/codecov/c/github/david-lev/pywa )] ( https://codecov.io/gh/david-lev/pywa )
12- [ ![ Docs] ( https://readthedocs.org/projects/pywa/badge/?version=latest& )] ( https://pywa.readthedocs.io )
13- [ ![ License] ( https://img.shields.io/github/license/david-lev/pywa )] ( https://github.com/david-lev/pywa/blob/master/LICENSE )
14- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/david-lev/pywa/badge/master )] ( https://www.codefactor.io/repository/github/david-lev/pywa/overview/master )
15- [ ![ Telegram] ( https://badges.aleen42.com/src/telegram.svg )] ( https://t.me/py_wa )
16-
17- ________________________
18-
19- ** π« PyWa is the all-in-one Python framework for the WhatsApp Cloud API**
20-
21- ** Send rich messages with media and interactive buttons, Listen to user events in real time, Build and send flows, Create and send template messages, Enjoy blazing-fast async support and seamless integration with FastAPI, Flask, and more. Fully typed, documented, and production-ready. Build powerful WhatsApp bots in minutes.**
2+ <p align =" center " >
3+ <a href =" https://github.com/david-lev/pywa " >
4+ <img src="https://pywa.readthedocs.io/en/latest/_static/pywa-logo.png" width="200" height="200" alt="PyWa Logo"/>
5+ </a >
6+ </p >
7+
8+ <p align =" center " >
9+ <strong >π Build WhatsApp Bots in Python β’ Fast. Effortless. Powerful.</strong >
10+ </p >
11+
12+ <p align =" center " >
13+ <small ><em >π€ Hey there! I am using PyWa.</em ></small >
14+ </p >
15+
16+
17+ <p align =" center " >
18+ <a href =" https://pypi.org/project/pywa/ " ><img src =" https://img.shields.io/pypi/v/pywa.svg " /></a >
19+ <a href =" https://pypi.org/project/pywa/ " ><img src =" https://img.shields.io/pypi/dm/pywa " /></a >
20+ <a href =" https://github.com/david-lev/pywa/actions/workflows/tests.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/david-lev/pywa/tests.yml?label=Tests " /></a >
21+ <a href =" https://codecov.io/gh/david-lev/pywa " ><img src =" https://img.shields.io/codecov/c/github/david-lev/pywa " /></a >
22+ <a href =" https://pywa.readthedocs.io " ><img src =" https://readthedocs.org/projects/pywa/badge/?version=latest& " /></a >
23+ <a href =" https://github.com/david-lev/pywa/blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/david-lev/pywa " /></a >
24+ <a href =" https://www.codefactor.io/repository/github/david-lev/pywa/overview/master " ><img src =" https://www.codefactor.io/repository/github/david-lev/pywa/badge/master " /></a >
25+ <a href =" https://t.me/py_wa " ><img src =" https://badges.aleen42.com/src/telegram.svg " /></a >
26+ </p >
27+
28+ > β οΈ ** Pywa v3 Release Candidate Available!**
29+ > Pywa ` v3.0.0 ` is now available for testing!
30+ >
31+ > π ** Whatβs New in v3:**
32+ > β’ Complete ** template system redesign** β easier structure, validation, and sending
33+ > β’ Full support for ** calls** (incoming and outgoing)
34+ > β’ Improved ** security** , ** typing** , and ** input validation**
35+ >
36+ > π [ v3 Documentation Β»] ( https://pywa.readthedocs.io/en/v3/ )
37+ > π§ [ Migration Guide (2.x β 3.x) Β»] ( https://github.com/david-lev/pywa/blob/v3/MIGRATION.md )
38+ > π [ Full Changelog Β»] ( https://github.com/david-lev/pywa/blob/v3/CHANGELOG.md )
39+ >
40+ > π¦ ** Install for testing:**
41+ > ``` bash
42+ > pip install pywa==3.0.0-rc.2
43+ > ` ` `
44+ >
45+ > π¬ Feedback and issue reports are encouraged to help us prepare for the stable release.
46+
47+ ---
48+
49+ ** π« PyWa is an all-in-one Python framework for the WhatsApp Cloud API.**
50+
51+ Send ** rich media messages** , use ** interactive buttons** , listen to ** real-time events** , build and send ** flows** , design and send ** template messages** , and enjoy ** blazing-fast async support** with full integration for ** FastAPI, Flask** , and more.
52+ Fully ** typed** , ** documented** , and ** production-ready** β build powerful bots in minutes.
53+
54+ ---
2255
2356π ** Quick Documentation Index**
2457--------------------------------
@@ -29,9 +62,12 @@ ________________________
2962β’ [Listeners](https://pywa.readthedocs.io/en/latest/content/listeners/overview.html)
3063β’ [Filters](https://pywa.readthedocs.io/en/latest/content/filters/overview.html)
3164β’ [Updates](https://pywa.readthedocs.io/en/latest/content/updates/overview.html)
65+ β’ [Templates](https://pywa.readthedocs.io/en/v3/content/templates/overview.html)
3266β’ [Flows](https://pywa.readthedocs.io/en/latest/content/flows/overview.html)
67+ β’ [Calls](https://pywa.readthedocs.io/en/v3/content/calls/overview.html)
3368β’ [Examples](https://pywa.readthedocs.io/en/latest/content/examples/overview.html)
3469
70+
3571------------------------
3672
3773β‘ ** Why PyWa?**
0 commit comments