View Full Version : I need someone to code me a stupid myspace image scraper
I need it hardcoded in to make sure they are female and over 18+ and it will need to grab girls default image as well as the image sets that they have. It does not need proxy support. If their profile is private / deleted / underage just skip them. I just need a way to set the range of pictures to grab and then let it rip.
Background: I just need this because I find random images all day and Im tired of having my browser bogged down when I go to some profile with 10 songs playing and 18 flash videos so I'll just scrape a couple thousand and a time and go through the pretty little folders it collects and delete the ones I do not want-- hell I might just scrape every picture on myspace over the next 10 years doesn't matter talk to me on SN: Snatch if you want to code this up tell me your price and how long it will take this doesn't have to be exclusive anyone can use it for all I care or you can make it personal private eGod edition whatever works.
Moose
03-13-2008, 04:39 PM
I dont have a ton of time, but if nobody shows interest by tommorow I will throw it together for you.
moose is busy with some MMH's(mega money hacks / make money hoe) so if theres any other coder who is down let me know im sure everyone could use it so when its done it can be posted up in this forum
All it needs to do is login an individual account, browse to
http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=[X-XXXXXX] and then grab the image urls off the page its at
Example: http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=73675965
on the page parse out all the image links and change
http://b1.ac-images.myspacecdn.com/01497/15/33/1497203351_m.jpg
to
http://b1.ac-images.myspacecdn.com/01497/15/33/1497203351_l.jpg
(notice the _m was changed to _l so we dont have to dig further for the large image link)
and then download the images and save them in a folder correlating to the userID and then repeat the process with the next userID
the end
oh yeah and some images are like this
http://a962.ac-images.myspacecdn.com/images01/58/m_89ebd59b730f23733116aa987bd79d99.jpg
to
http://a962.ac-images.myspacecdn.com/images01/58/l_89ebd59b730f23733116aa987bd79d99.jpg
aka m_ to l_
ytcracker
03-15-2008, 11:13 AM
it also needs to recognize if the chick in the picture is ugly and/or fat and automatically move it to the recycle bin
it also needs to recognize if the chick in the picture is ugly and/or fat and automatically move it to the recycle bin
+1
that made me lol
celtik
03-16-2008, 08:55 PM
Well, I could POSSIBLY code it for you if you're really desperate. I am definitely not the best coder around though, and I would probably struggle since I haven't coded in a while either. I would recommend getting someone else, however, if you really need it then I could try it I guess. (rate would be pretty cheap obviously)
doolbman
03-16-2008, 09:05 PM
Well, I could POSSIBLY code it for you if you're really desperate. I am definitely not the best coder around though, and I would probably struggle since I haven't coded in a while either. I would recommend getting someone else, however, if you really need it then I could try it I guess. (rate would be pretty cheap obviously)
love the confidence def go with him!
betticus
03-16-2008, 10:49 PM
it also needs to recognize if the chick in the picture is ugly and/or fat and automatically move it to the recycle bin
Could take the face recognition software that the state department is using to identify terrorists at airports and wanted felons at sporting events and tweak it to parse out the fatties to the trashcan.
love the confidence def go with him!
hahahaha
Krazy
03-16-2008, 11:25 PM
celtik is good peeps he made a kick ass myspace login checker
syph0s
03-17-2008, 03:30 PM
If anyone ends up getting this together, please let me know I could definitely use it.
villain
03-17-2008, 04:17 PM
has anyone coded this? i can cook this up in a couple hrs with perl. holla @ me leave me a PM
celtik
03-17-2008, 05:51 PM
doolbman:
It isn't that I'm not confident in myself. I just don't want to lead someone on to something. I tell it like it is. I am pretty decent, however, I'm not going to tell someone I am the best because I'm not lol
Epotn
03-26-2008, 09:52 PM
if some one does this would they mind sending me the source, im just curious how you check the age, and how to go from one profile to the next?
Vershun
03-26-2008, 11:23 PM
if some one does this would they mind sending me the source, im just curious how you check the age, and how to go from one profile to the next?
http://search.cpan.org/dist/WWW-Mechanize/
Iterate through links to get more profiles, use regex for ages.
TrichomeKid
03-27-2008, 12:28 PM
I say for all the people saying "I could do it IF no one else will".. If you know how, or have the slightest idea, do it. There could be other implementations you could use for something like this. You could probably even make a few bucks if you marketed it correctly
You could probably even make a few bucks if you marketed it correctly
I wouldn't recommend it, MySpace doesn't take kindly to screenscraping on their profiles:
http://www.techcrunch.com/2006/06/15/myspace-nukes-singlestatus/
Both SingleStat.us and DatingAnyone.com were nuked because of MS C&D's.
villain
03-27-2008, 07:27 PM
mechanize sucks for javascript
villian i sent you a PM a few days ago
pulaskeet
03-28-2008, 12:56 AM
no one has made this yet? all you need is to make http requests to myspace and parse the html. when you get the image for the user, save it to binary and move on to the next. there are plenty examples of code to do this.
for anyone wondering how, look for examples on http requests and downloading files. if you know regex or know how to parse html, the rest is a cake walk.
but awol is right... definately against tos. not that any of you probably care :)
suave
03-28-2008, 08:45 AM
werd up to my nurga pula
Moose
03-28-2008, 11:40 AM
pulas... that code I made awhile ago... you still got it? If so donate it to some kid on this board, its probably minutes away from doing what egod needs. I am just slammed and I dont think I saved a copy.
pulaskeet
03-28-2008, 01:21 PM
i might have it, the .net code right? i'll look around. i think i had something similar in java too.
Moose
03-28-2008, 02:43 PM
yea, I honestly don't have much time to mess with it but it should help someone get on the right path and I don't mind if someone has it.
david blaine
03-28-2008, 03:23 PM
i'm too lazy to code this, but i remember there being a rss feed which lists all the image links of a user. i believe the file extension of it on their server was .ashx
also this was the exploit to view private pics a long time ago.
villain
03-29-2008, 12:59 PM
eGod read PM.
dimeroll
03-31-2008, 06:36 AM
I dont have a ton of time, but if nobody shows interest by tommorow I will throw it together for you.
if you're using C/C+ what API's are you using?
it also needs to recognize if the chick in the picture is ugly and/or fat and automatically move it to the recycle bin
Done.
http://www.zmescience.com/computer-recognizes-attractiveness-in-women
dalink
04-08-2008, 06:01 PM
it also needs to recognize if the chick in the picture is ugly and/or fat and automatically move it to the recycle bin
haha
mistik
04-08-2008, 09:01 PM
did anyone program this? i can do it in python if ud like
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.