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

https://github.com/mujadded/facebook-data-scrapper

The small bot I created to scrap data from as facebook api is hard to get :smile:
https://github.com/mujadded/facebook-data-scrapper

Last synced: about 2 months ago
JSON representation

The small bot I created to scrap data from as facebook api is hard to get :smile:

Awesome Lists containing this project

README

          

# facebook-data-scrapper

You just put your key words and run it in the page and you will get the posts.

If not any keyword it will get all the visible post in the page as json data

for now the data is only

```
{
"link": "The link of the post",
"title": "The title of the post",
}
```

but you can modify to get more info

## just for fun project
Happy to accept contribution