-
Notifications
You must be signed in to change notification settings - Fork 3
Python script to automatically extract excerpts from articles
dziegler/excerpt_extractor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a simple script to automatically extract excerpts from articles. It requires BeautifulSoup. Usage: from excerpt_extractor import get_summary url = "http://someurl.com/goes/here" (title,description) = get_summary(url) ========================================== Some examples, discussion, and comparison with the Facebook article extractor are at http://blog.davidziegler.net/post/122176962/a-python-script-to-automatically-extract-excerpts-from copyright: Copyright 2009 by David Ziegler license: MIT License website: http://github.com/dziegler/excerpt_extractor/tree/master
About
Python script to automatically extract excerpts from articles
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published