djraval / PyWhatsapp

Python Selenium script for fun with web WhatsApp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyWhatsapp

Python Selenium script for fun with web WhatsApp. Thanks Mak to give this idea.

status version

Uses
  • Irritate_friend.py for send a same message(message = Hi! are you there?) n times(number_of_times = 10) on script.

Run this script as $python scr/Irritate_friend.py It will open a chrome browser and then open web.WhatsApp.com and then immediate scan your QR code to login, and select friend to irritate. Script has 10 sec for all this process. And then enjoy irritate friend.

Dependencies

  • Platform(May work on linux)
  • Language=Py3.5(May work on python 2.7)
  • Tool=Selenium-2.53.2
  • Google Chrome-50.0 browser(It will also work on other browser, need to change drivers)
  • chromedriver_mac32.zip web browser driver (Also available for linux)

Installation

  • $ sudo pip install selenium [or Find in resource folder for Selenium-2.53.2]
  • copy extracted of chromedriver_mac32.zip and paste into /usr/local/bin. [Find in resource]

voila!

About

Python Selenium script for fun with web WhatsApp.


Languages

Language:Python 100.0%