/Birthday

Celebrate the Birthday

Primary LanguagePython

Birthday

Celebrate the Birthday

-INSTALLATION-

In WINDOWS:

Install Python - Download Here : https://www.python.org/downloads/windows/ (<1MB) Install PIP - Download Here : https://www.liquidweb.com/kb/install-pip-windows/ <(1MB) Install ChromeDriver - Download Here : https://chromedriver.chromium.org/downloads (4MB)

Open CMD and Enter these commands: "pip install datetime" "pip install json" "pip install selenium" "pip install time"

Download files in project and change the "ChromeDriver" path.Then execute the python file with cmd "python Whatsapp.py"

In Linux

Install ChromeDriver - Download Here : https://chromedriver.chromium.org/downloads (4MB)

Open Terminal and Enter these commands: "pip install datetime" "pip install json" "pip install selenium" "pip install time"

Download files in project and change the "ChromeDriver" path.Then execute the python file with cmd "python Whatsapp.py"