https://github.com/victorqribeiro/scrap
Scrapping Facebook with JavaScript.
https://github.com/victorqribeiro/scrap
facebook javascript scraping
Last synced: 10 months ago
JSON representation
Scrapping Facebook with JavaScript.
- Host: GitHub
- URL: https://github.com/victorqribeiro/scrap
- Owner: victorqribeiro
- License: mit
- Created: 2018-11-17T21:02:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T03:29:42.000Z (over 7 years ago)
- Last Synced: 2025-03-30T23:11:13.248Z (about 1 year ago)
- Topics: facebook, javascript, scraping
- Language: JavaScript
- Size: 12.7 KB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrap
Scrapping Facebook with JavaScript.
[](http://www.youtube.com/watch?v=FdpUHNCPKiw)
## How to use
Go to a Facebook page where there's a list of people with pictures of them. e.g.: someone's friends, group participants...
Open the console. In Chrome is ```ctrl + shift + j```
Copy and paste the script, hit enter.
Wait. As my internet is kinda slow, I choose a 3 second time interval between each page scroll, to give it more time to load; but you can change that.
# Search
Find people on Facebook by photo.
[](http://www.youtube.com/watch?v=VTQhubR5qk0)
*The audio on the video below is in portuguese. And it's almost all blurred, cause I dont know if I can show other people on my videos*
## How to use
Set the varible *imgToFind* with the address of the picture you want to search.
Go to a Facebook page where there's a list of people with pictures of them. e.g.: someone's friends, group participants...
Open the console. In Chrome is ```ctrl + shift + j```
Copy and paste the script, hit enter.
The script will log the probables results.
# DISCLAIMER
I'm not responsable for anything you do with these scripts.