Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aydinnyunus/birthday

Celebrate the Birthday
https://github.com/aydinnyunus/birthday

birthday birthday-reminder birthdays python python-2 python-3 python-3-6 python-library python2 python3 python36 selenium selenium-grid selenium-python selenium-webdriver whatsapp whatsapp-api whatsapp-bot whatsapp-chat whatsapp-web

Last synced: 2 days ago
JSON representation

Celebrate the Birthday

Awesome Lists containing this project

README

        

# 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"