Automate replies to all birthday wishes on facebook.
##Installation##
git clone [email protected]:indradhanush/birthday-thanks.git
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
##Usage##
-
Get a valid Access Token from here and make sure you grant the following permissions:
read_streamread_insightspublish_actions
-
Put it in
ACCESS_TOKEN -
Put your full name in
NAME. Note this must be same as the name in your facebook account. -
Put the
START_TIMEandEND_TIMEin seconds since epoch. See: http://www.epochconverter.com -
Run the following command:
python thanks_bot.py -
Be patient and enjoy the magic! :)