This is a Ruby Script for automating Facebook Birthday Wishing using the gems "Watir", "Nokogiri" and "Highline".
The commands required to install the required gems are as follows :-
sudo gem install watir
sudo gem install highline
sudo gem install nokogiri
All these gems are important to run this script :).