Skip to content

vano-maisuradze/fb-auto-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fb-auto-like

Automatically like Facebook profile picture updates

Instructions

Before you run the program, you need to provide your username, password and 2FA seed in appsettings.json file.

Read this article, if you don't know how to get 2FA seed.

If you don't want to automatically like certain users profile picture updates, you can add users in "ExcludedUsers" list.

{
  ...
  "IncludeUsers": [],
  "ExcludedUsers": [
    "FirstName LastName"
  ]
}

You can also add users in "IncludeUsers" list, so app will only like provided users profile picture updates.

{
  ...
  "IncludeUsers": [
    "FirstName LastName"
    ],
  "ExcludedUsers": [
  ]
}

About

Automatically like Facebook profile picture updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages