Skip to content

A selenium built crawler to crawl Facebook page data such as post content, reaction and comments.

Notifications You must be signed in to change notification settings

tomatoprinx/Facebook_fanpage_crawler

Repository files navigation

Facebook fanpage crawler

  • this crawler was built with selenium.

Description

get_post_id.py

* collect id for each posts.
* the data will be saved in csv format.
* the post_id collected with this crawler will be used in other program.

get_comments.py

* collect comments from posts.
* the comments data will be saved in comment_files.

get_post_content.py

* collect contents from posts.
* the data will be saved in content_files as csv files.

get_reaction.py

* collected numbers of each reaction for the posts.

get_engagements.py

* collect number of comments and shares.

screenshot_post.py

* take screenshots of each posts.
* generate .png files.

About

A selenium built crawler to crawl Facebook page data such as post content, reaction and comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages