I want to give a URL and get a summary. Is there a library or an API to do this?
I am working with Python, but I can port from other languages.
|
I want to give a URL and get a summary. Is there a library or an API to do this? I am working with Python, but I can port from other languages.
| |||||
feedback
|
|
Perhaps you're looking for something like urllib or urllib2? Both of those libraries allow you to retrieve information from a specified URL. Here's a (slightly dated) introduction I found with a quick search. | |||
|
feedback
|