
June 9th, 2003, 03:56 AM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
please help in web service (using XMLRPC) in PYTHON
hi!
I have been trying to get the script working but i am unable to do it..can u please help me by sending the script for XML-RPC in pyton for the problem below:-
get_links(host,page)
return the list of all the urls that the given page on the given hostlinks to.
get_deep_links(host,page)
same as get_links(), except follow each of the (internal) links
on the web page and get the links from those pages, and follow those etc... Returns a list of all the pages within a site
that are reachable from the starting page.
get_broken_links(host,page)
returns a list of all links within a site that contain invalid
URLs.
thanks
|