/facebook-bot

A basic python facebook-bot that can automate your likes and update status as desired interval of time. All you need to feed the data to the bot for the status. No API Developer key required.

Primary LanguagePythonMIT LicenseMIT

Python Facebook Bot

A basic python facebook-bot that can automate your likes and update status as desired interval of time. All you need to feed the data to the bot for the status in quote.txt file. The bot only needs your FB username and password for automation. No Api key is required.

How to use

  • Pass --a= paramter to define that what you want to automate (status or likes)
  • Pass --u= paramter to define your facebook username
  • Pass --p= paramter to define your facebook password
  • It is like "python fb_bot.py --a=status --u=username --p=password
  • When you update the quote.txt file for the data, then make sure that one status should be in one single line and likewise.

Usage

  • For status, it will update single status per hour.
  • For Likes, it will perform single like per half hour

Yet, it is in beta version. Feedback and contribution is welcomed

Warning!

The End-User assumes sole responsibility for anything resulting from the use or modification this program.

Use at your own risk