Skip to content

vetri02/Retreive-data-from-google-spreadsheet-using-python-and-beautiful-soup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

1.Install python
2.Get Beautifulsoup (http://www.crummy.com/software/BeautifulSoup/) - Python HTML/XML parser 
3.Create a google doc here i have created a spreadsheet with movies i have seen
4.Publish it as web page 
5.Change the url on code
       eg.: page = urllib2.urlopen("https://spreadsheets.google.com/pub?key=0AujzeBNXnyI-dDNBRFJZaTZyRnZnMzdnQlFzSkRsd2c&hl=en&output=html")
6.Retrieve the columns values or whatever u want pointing to the html element.
	eg.:ted = soup.findAll('td',{ 'class' : 's1'})

About

Use beautiful soup for python to retrieve web content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published