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:
- Host: GitHub
- URL: https://github.com/mujadded/facebook-data-scrapper
- Owner: Mujadded
- License: mit
- Created: 2019-09-13T14:22:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T04:37:05.000Z (almost 7 years ago)
- Last Synced: 2025-03-04T00:44:16.522Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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