Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 08-07-2010, 07:46 PM   #1 (permalink)
Section Moderator
 
gopi_vbboy's Avatar
 
Join Date: Mar 2007
Location: Hyderabad
Posts: 1,186
Talking A python script to get Hot Google Trends


This a sample python web scrap to get updated HOt google trends searches

you need beautiful soup installed

Code:
#For personal purpose only

from BeautifulSoup import BeautifulSoup
import urllib2,re

cont=urllib2.urlopen('http://www.google.com/trends/hottrends?sa=X')
#use google.co.in for india searches

soup = BeautifulSoup(cont)

col= soup.findAll('a',href=re.compile('.+sa=X'))

for x in col:
    print x.string
gopi_vbboy is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 09-07-2010, 12:26 AM   #2 (permalink)
Broken In
 
Join Date: Oct 2008
Posts: 133
Default Re: A python script to get Hot Google Trends

never got hang of python or for that matter any language above C/C++
__________________
http://img694.imageshack.us/img694/7417/tempmp.jpg
How am I supposed to meet my freetard friends and talk about Linsux now?
lucifer_is_back is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Google & Gmail not opening in browser rakesh-the gilli Software Q&A 29 21-07-2010 11:28 AM
Customize Google Background Image.. Whats Yours maxmk Chit-Chat 6 12-06-2010 10:17 PM
Google’s Tipping Point: Is google movin' away from 'DON'T BE EVIL'? shankar_ganesh Technology News 4 02-01-2007 01:55 AM
Facts about Google! Hexus Internet & WWW 23 01-09-2004 06:07 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:20 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2