Skip to content

This script is helpful in automatically commenting "thank you" messages for your friend's wall-posts on your Facebook wall on your birth day.

License

Notifications You must be signed in to change notification settings

abhi12ravi/BirthDayScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BirthDayScript

This script is helpful in automatically commenting "thank you" messages for your friend's wall-posts on your birth day.

Note:

This script is still in the beta stage, so I've not yet added options to dynamically change your response based on the person to which the reply is sent. For example, your teachers and your friends are bound to get similar comments, so watch out!

Instructions:

  1. Install Python 2.7 on your machine

#####$sudo apt-get install python

  1. Dowload the .zip or .tar.gz package. Extract it.
  2. Open the bday.py file on your editor.
  3. On Line 9, you have to give your access token provided by FB.
  4. Getting an Access Token from Facebook involves these steps:
    • Head to this link Fb Dev tools
    • Select Graph API Explorer and then click on Get Access Token
    • Select these options: publish_ actions , publish_ stream , read_ stream , status_ update and user_ about_me in the pop-up window
    • And then click on Get Access Token again and voila, you're done
    • Copy the access token and paste it on Line 7 in place of <Your_ Access_ Token>
    • Your access token expires every 1 hour
  5. Save the bday.py file and exit from editor.
  6. Open up a terminal window and navigate to the directory where bday.py file is present.
  7. To run it,

#####$python bday.py 9. And you're done! I've attached screenshots of how it looks when all goes well. Check out! 10. Press Ctrl + Z to stop posting when you'd like the script to stop commenting.

#Word of caution!

  • Best time to run the script is at the end of the day, on your birth day when you have a great number of posts.
  • Currently there's no end condition for the script, so you have to choose wisely about how to end the script.
  • All modifications and updates are welcome.

#Resources:

About

This script is helpful in automatically commenting "thank you" messages for your friend's wall-posts on your Facebook wall on your birth day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages