Makin search on the other site and getting data and writing in xml

2006-09-25 Thread altemurbugra
Hi
is it possible to make search on for example on google without api with
a list of words
1- there is word list
2- the script will take the words from the list by turn
3-it iwll make the search
4-will get results
5-will write the results as xml file.

i dont mean only google, for other sites aswell

I hope we get a result

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-25 Thread altemurbugra

I dont mean only google, also other sites aswell

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-25 Thread altemurbugra
Thank you very much for your explications. I dont mean a search engine.
for example a dictionary site for searching words.

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-25 Thread altemurbugra
For example i give you an example about making search on one of the
site and get the result.

# #!/usr/bin/python
# # -*- coding: windows-1254; -*-
#
# import urllib
# dictionary = {}# wow, it's actually a dictionary
# words = ['apple', 'banana', 'cheese']
# for word in words:
# dictionary[word] =
urllib.urlopen("http://www.example.com/look.php?w="; + word).read()
#
# print dictionary

i dont know how i can get the words from a txt file for searching by
turn

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-25 Thread altemurbugra

And also writing the result as a html or xml file

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-26 Thread altemurbugra
GOOGLE IS NOT OUR SUBJECT ANY MORE.

MY GOAL IS NOT MAKING SEARCH ON GOOGLE:
MY GOAL IS MAKING A SEARCH ON
www.onelook.com, for example

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-26 Thread altemurbugra
I dont mean google
i dont mean onelook.com

these are only examples

i hop eyou understand what i mean

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Makin search on the other site and getting data and writing in xml

2006-09-27 Thread altemurbugra
ok i close this discussion
i understand everybody no problem

-- 
http://mail.python.org/mailman/listinfo/python-list