Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aydinnyunus/birthday
- Owner: aydinnyunus
- Created: 2019-11-25T16:48:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T21:19:13.000Z (almost 5 years ago)
- Last Synced: 2024-11-18T02:04:38.175Z (2 days ago)
- Topics: 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
- Language: Python
- Size: 3.91 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"