Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Comment Fetcher

A simple Python script that fetches users' comments, profile links, and direct comment links from a public Facebook post.


Features

  • Fetches all comments from a specified Facebook post
  • Retrieves each user's profile link
  • Retrieves direct links to each comment

Requirements


Setup Instructions

1. Export Facebook Cookies

Use the EditThisCookie Fork extension to export your Facebook cookies as facebook.json, and place it in the root directory of the project.

2. Install uv

If uv is not installed yet, run:

pip install uv
uv install 
uv sync

3. set the facebook Post ID uv

POST_URL = "https://www.facebook.com/your_post_url_here"

RUN THE SCRIPT

uv run main.py

About

Use EditThisCookieFork to get your facebook cookie, store as 'facebook.json' and run the script with POST_RUL = 'your post link'

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages