Crawl public Facebook group posts and store author, publish time and post content in a text file.
- macOS
- Python 3
- Google Chrome
- Selenium 3.141.0
- PyYAML==5.4.1
- urllib3==1.26.2
- webdriver-update-tool==0.1.3
Install from the source:
$ git clone https://github.com/cjz25/ccrawler.git
You can add any public Facebook group link you like to the facebook_group_link
file.
Note: Please follow the pattern: One link per line, followed by the number of post to crawl.
$ python3 -m ccrawler.fb_group_post_crawler
Check your results in the facebook_group
folder.
MIT License