Skip to content

This is a PyPI package which automatically sends personalized birthday wishes to all your Facebook friends who have birthdays at that day.

License

Notifications You must be signed in to change notification settings

shiv-aay/facebook-b-day-wisher

Repository files navigation

Automated Facebook Birthday Wish

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!

Screenshots

installation

facebook_wall

Alternatively

You can use this script.

Dependencies

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

Setup for other broswers

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.

Run

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.

About

This is a PyPI package which automatically sends personalized birthday wishes to all your Facebook friends who have birthdays at that day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages