Skip to content

Commit 2edb689

Browse files
committed
Merge branch 'master' of github.com:DollarAkshay/WhatsApp-Chatbot
2 parents 846f19e + dff8d4b commit 2edb689

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎README.md‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# WhatsApp Chatbot &nbsp;<imgsrc="http://i.imgur.com/bhJe078.png"width="30px"height="30px"/>
22
A simple Whatsapp chatbot that chats with a group or person using the web version of [Whatsapp](https://web.whatsapp.com)
33

4-
4+
<br>
55
## Dependencies
6-
To run the following python script you will need the [Selenium Webdriver](http://www.seleniumhq.org/projects/webdriver) for Python and Google Chrome Browser
6+
You will require a recent version of Google Chrome and the drivers. The drivers are included in the `drivers` directory of this project.<br>
7+
To run the following python script you will need the [Selenium Webdriver](https://pypi.python.org/pypi/selenium) for Python
8+
9+
``pip3 install selenium``
10+
711

8-
``pip install selenium``
912

1013
<br>
1114
## How to use the program

0 commit comments

Comments
(0)