Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 0716e6c

Browse files
committed
release 0.6.1
1 parent 75dbc24 commit 0716e6c

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/pypi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

wappdriver/__init__.py

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,23 @@
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
2112
This page is detailed documentation of the internals of wappdriver, automatically generated from docstrings.
2213
2314
This 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
3425
from .data.local import set_chrome_driver_path, update_vars

0 commit comments

Comments
 (0)