/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.

Requirements

  • It requires Python 3.x, Selenium, Chrome Driver to work smoothly

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
  • Pass --url= parameter to metion your friend profile/Group URL to automate likes on It is Optional. If not specified then it will automate likes on your News Feed
  • 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 every 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