You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
acsi_postids.txt is a file contains poster id and the post id.
In this version: poster id: poster id_ post id.
This can be downloaded from Facebook API
like_people.py is a file that collecting who likes the post
update.py is a file that collecting replies of the post and the subreplies in that reply.
In this version: postid, reply userid, reply top 20 words, subreply userid, subreply top 20 words
Seperate big files.py is a file that seperate acsi_postids.txt into small txt files that we can do multithreading and run several files at the same time, improving efficiency.
About
Collecting replies and likes for 90000 posts in Facebook using python Selenium