This is a simple python script which automatically sends personalized birthday wishes to all your Facebook friends who have birthdays at that day on their timeline.
NOTE : This script is originally built for Chrome browser on windows OS. With slight modifications, it can be easily used on different browsers or OS.
This script can be directly installed with a single command
pip install fbwisher
Run the script by typing fbwisher
in the terminal.
Cheers!
You can use this script.
This script requires python3 and selenium installed. Download any version of python3 from here. For selenium with python installed just run the following code in powershell or in terminal:
pip install -r requirements.txt
Note:To use it with firefox use driver=webdriver.Firefox()
Then you should download the geckodriver from here.
Further instructions are given in the script itself as comments
Similar instructions to be followed for Edge.
Just run the script using python in powershell or in terminal.
Enter login credentials, password(unechoed) once
In case, you want to reset your credentials or choices, just delete credentials.txt
file inside the folder.