Post: [Python 2] Google Profile Link Crawler
05-22-2011, 07:30 PM #1
vSaBoTeuR x
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); With this simple Python script, you can harvest over 35 million links to Google Profiles. Remember that it only harvests public profiles. So make your Google Profile private until Google fixes this issue. The database is 1.67 gigabytes big, so watch the **** out!

    #!/usr/bin/env python

import urllib
from BeautifulSoup import BeautifulStoneSoup as bs

xml = bs(urllib.urlopen('https://www.gstatic.com/s2/sitemaps/profiles-sitemap.xml').read())
for i in xml.findAll('loc'Winky Winky:
try:
urllib.urlretrieve(i.text, i.text[35:])
print 'Awesome faceownloaded %s' % i.text[35:]
except Exception, err:
print '%s could not be retrieved' % i.text
print 'All done'


You must login or register to view this content.
05-22-2011, 08:07 PM #2
Python Sexy Language
05-22-2011, 09:28 PM #3
kiwimoosical
Bounty hunter
Nice. Awesome face
This should be in java soon after I'm finished with ya Awesome face
06-04-2011, 06:43 PM #4
Josh_ox3
Treasure hunter
Leecher - You must login or register to view this content.

The following 2 users groaned at Josh_ox3 for this awful post:

Epic?, kiwimoosical
06-04-2011, 07:25 PM #5
kiwimoosical
Bounty hunter
Originally posted by ox3 View Post
Leecher - You must login or register to view this content.


He never claimed it to be his dumbass, read the bottom of the post..

The following user thanked kiwimoosical for this useful post:

Epic?
06-04-2011, 09:20 PM #6
Josh_ox3
Treasure hunter
Originally posted by kiwimoosical View Post
He never claimed it to be his dumbass, read the bottom of the post..


Fag

The message you have entered is too short. Please lengthen your message to at least 10 characters.

The following user groaned Josh_ox3 for this awful post:

Epic?
06-10-2011, 03:33 AM #7
vSaBoTeuR x
< ^ > < ^ >
You must login or register to view this content.

say wut
06-10-2011, 06:01 AM #8
Is your only purpose here to flame? Why don't you contribute something before trying to accuse people, you probably cant copy and paste successfully.
06-11-2011, 05:56 PM #9
Thanks for the script, its working for me Awesome face Thanks bro

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo