/BdayPy

Simple python script to wish all your friends a happy birthday

Primary LanguagePython

BdayPy

a lil python script that uses selenium to automatically post happy birthday to all your friends on facebook.

Installation & Setup

Install Python

Download ChromeDriver

Install Selenium (only need step 1.2)

Change samplesettings.json to settings.json
Fill out account information under settings.json
Add chromedriver location
Pick a suitable delay between actions, would recommend around 5 seconds. (will add proper waiting for page to load etc if i get bored)

Then use a scheduler to make this run every day (ensure this only runs once, will repost on walls if ran more than once).