Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 648 Bytes

WhatsApp status tracker

A tracker to check someone's status on WhatsApp. It sends a message whenever the stalked contact is online.

Getting Started

Use either the .py file or the Jupyter notebook. Both have the same code, they are just two options.

You cannot use the WhatsApp web while tracking, but feel free to use it on your mobile.

Prerequisites

  • Make sure you have Chrome browser installed
  • Install Selenium is a web automation framework
    • The selenium package is used to automate web browser interaction
pip install -U selenium

Author