Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.91 KB

README.md

File metadata and controls

36 lines (32 loc) · 1.91 KB

Facebook-Find-and-Comment

ABOUT

Why did I create this project?

In order for the advertsing purpose on Facebook posts, I decided to start this project.

Features

  • Auto login your Facebook account and save cookies for the next login.
  • Comment string including texts and special icons.
  • Will not comment already commented posts.
  • Fast and easy to setup.

How it works?

The program will read the page's html and find the content of each post if it contains matched texts from textFiles/regex_find.txt. If it does, the program will comment textFiles/comment.txt and post it automatically. Then the process will be looped REFRESH_TIME times - set in .env.

INSTALLATION

Install project's dependencies in requirements.txt:

pip install -r requirements.txt

Create environment file for project by rename resource.env to .env:

cp resources.env .env

Setup environment variables:

  • FACEBOOK_LOGIN = your Facebook login
  • FACEBOOK_PASSWORD = your Facebook password
  • REFRESH_TIME = time to refresh Facebook page for new posts

Edit text files:

UPDATE

The project will be update occasionally when I'm free.