[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Have you guys made a crawler, that downloads pictures from facebook,

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 24
Thread images: 2

File: 1485396204518.jpg (208KB, 1200x801px) Image search: [Google]
1485396204518.jpg
208KB, 1200x801px
Have you guys made a crawler, that downloads pictures from facebook, for a reverse image search? How would you do this?
>>
>>58807319
How?
>>
>>58807319
How big is your database?
>>
>>58807290
do you want to go through your friends accounts or just random accounts ?
>>
>>58807532
Random.
>>
>>58807532
Essentially, i saw a pic of a random anonymous person that i know has a facebook, from their history, that has nothing but the face blurred out, and i was wondering if i could do a reverse image search. If its even possible.
>>
>>58807290
>Ubuntu
Go kill yourself
>>
>>58807633
Do you even know who that is faggot?
>>
>>58807555
well first you would need to find out how facebook generates their UIDs or rather in which range they are. then you use the facebook graph API to send a GET request that returns all pictures they have.

/* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"/{request-id}",
null,
HttpMethod.DELETE,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
/* handle the result */
}
}
).executeAsync();

So basically you need an access_token, then you need the id of a user (or generate a random one taht is valid) and you can simply download all public information.

With something like that you can get the pic URL

JSONObject responseObject = response.getJSONObject();

String picUrl = null;
if (responseObject.has("picture")) {
JSONObject jsonPictureData = responseObject.getJSONObject("picture").getJSONObject("data");
picUrl = jsonPictureData.getString("url");
}
>>
>>58807656
well obviously he is some braindead tech illiterate because he doesn't use a REAL OS like arch
>>
>>58807601
well in that case probably just use the google reverse image search ?
>>
>>58807670
Do you have a large database of pics, or do you know any body that does? Are there any public tools out there for this. Why don't search engines include public facebook pics, in their reverse image search?
>>
>>58807709
It doesn't have facebook pics.
>>
>>58807691
Google jeff dean retard.
>>
>>58807753
no I dont, I am not 100% sure if this only works on public facebook groups or if it works on specific users as well. You could download all profile pics with it for sure. The rest might be harder to do.

Alternatively you could probably create some type of webcrawler that does that shit but it would be quite a lot of effort I would assume.
>>
>>58808018
Could you download other types of pictures?
>>
>>58808018
I want to part of the nsa so much. Imagine all the stuff you could learn about people. Do you think those autistic mathmatitions have secret blackmail lists?
>>
>>58808069
I doubt it works through the official facebook API because of privacy issues. you could build a webcrawler that does it for you, something like this: github.com/adamelso/albumgrab

Although that one seems to be outdated. Also it is illegal to do so as stated from facebook:
>Notice: Crawling Facebook is prohibited unless you have express written

If I were you I would probably build a webcrawler if I really wanted to achieve that.
>>
>>58808069
>>58808155
Like I said if you want to do stuff outside of the Facebook Graph API you will have to build a web crawler but watch out:

>Also, Facebook keeps track of all visits so if you write a Scraper outside their API, you would basically be doing a lot of page requests, which will be flagged and can result in your access to Facebook being revoked, your IP address being blocked plus a notification to the local police about suspicious hacking attempts. Don’t mess with Facebook!
>>
>>58808237
But why don't they let Google images access their photos? Serious question. Also why isn't there a tool for this made publicly available?
>>
File: LY6p5YC.jpg (98KB, 960x960px) Image search: [Google]
LY6p5YC.jpg
98KB, 960x960px
>>58808237
Like for example, not the person im searching, but who would this be? I know they have a facebook.
>>
>>58807290
Pretty creepy anon. Have you considered applying to the NSA?
>>
>>58808682
Yeah. But don't have a degree in mathematics or anything.
>>
>>58808647
The person in this pic apparently has a facebook.
Thread posts: 24
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.