Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arafat-hasan/facebook-likes-comments-scrapper

A Text Based Tool for Scrapping Likes and Comments Related Data from a Facebook Post
https://github.com/arafat-hasan/facebook-likes-comments-scrapper

apache-poi facebook java maven scraper xlsx

Last synced: 11 days ago
JSON representation

A Text Based Tool for Scrapping Likes and Comments Related Data from a Facebook Post

Awesome Lists containing this project

README

        

# FacebookLikesComments

### Technologies used
* [Java](https://www.java.com/en/download/)
* [Apache poi](https://poi.apache.org/)
* [Selenium Webdriver](https://www.seleniumhq.org/)
* [Bonigarcia webdrivermanager](https://github.com/bonigarcia/webdrivermanager)
* Headless drivers are used, it can be run in servers, using Jenkins, smoothly.
* [Maven](https://maven.apache.org/)

### Run Using Maven
Maven run command:
```sh
mvn exec:java -Dexec.mainClass="com.jenin.FacebookLikesComments.Main" -Dexec.cleanupDaemonThreads=false
```

### Difficulties
1. When it's browsed very fast, Facebook may block the user.
2. It's not the perfect professional way to do such task, instead of using APIs (It's a fancy project 😀).