This repository was archived by the owner on Mar 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed
Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,8 @@ _`wappdriver` enables you to send WhatsApp messages programmatically, using only
1111
1212** A python package that helps you automate sending messages through WhatsApp Web 😎**
1313
14+ [ ![ image] ( https://user-images.githubusercontent.com/66209958/96546860-b0913e80-12c8-11eb-90f3-cda535731b2c.png )] ( https://github.com/aahnik/wappdriver )
15+
16+ Read [ Usage Guide] ( https://aahnik.github.io/wappdriver/Documentation/ )
17+
18+ Read about wappdriver on [ Medium] ( https://medium.com/@aahnikdaw/how-to-send-a-whatsapp-message-reliably-in-only-3-lines-of-code-python-53201e9c09f3 ) or [ Dev] ( https://dev.to/aahnik/how-to-send-a-whatsapp-message-reliably-in-only-3-lines-of-code-python-hld )
Original file line number Diff line number Diff line change 33
44---
55
6- Wondering how to send WhatsApp messages using Python using only few lines of code? ** You have come to the right place!**
6+ Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
77
8- _`wappdriver` enables you to send WhatsApp messages programmatically, using only 3 lines of code._
8+ Read the [Documentaion](https://aahnik.github.io/wappdriver/)
99
10- **A python package that helps you automate sending messages through WhatsApp Web 😎**
11-
12- [README](https://aahnik.github.io/wappdriver/) for more information about
13- New Features,
14- How to install,
15- Warning,
16- Requirements,
17- How to use,
18- Contributing and
19- Help.
10+ View on [GitHub](https://github.com/aahnik/wappdriver)
2011
2112This page is detailed documentation of the internals of wappdriver, automatically generated from docstrings.
2213
2314This page is intended for developer's who want to contribute code to wappdriver.
2415
25- If you wish to just use wappdriver, read the [Usage Guide](https://aahnik.github.io/wappdriver/docs/ Documentation.html#usage-documentation )
16+ If you wish to just use wappdriver, read the [Usage Guide](https://aahnik.github.io/wappdriver/Documentation/ )
2617
2718
2819
2920'''
3021
31- __version__ = "0.6.0 "
22+ __version__ = "0.6.1 "
3223
3324# from .context import Wapp
3425from .data .local import set_chrome_driver_path , update_vars
You can’t perform that action at this time.
0 commit comments