Skip to content

Python program for fetching and summarizing the most popular articles from Wired.com

License

Notifications You must be signed in to change notification settings

erikqu/WiredSummarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WIREDSummarizer

Little Python program for fetching and summarizing the most popular articles from Wired.com!

Created using TextRank (note forked version contains faster levenshtein distance calculation; or else program crippled)

Note: WIRED subscriptions will impact this program's ability to function well!

Python 3.6 Dependencies: BeautifulSoup4, TextRank (slightly modified version including EditDistance)

Screenshots:

Summarized Version of 'How Dirt Could Save Us From Antibiotic-Resistant Superbugs' by Peter Smith from WIRED

alt text

Summarized Version of 'Texas Instruments' New Headlights Dazzle With a Million Pixels' by Eric Adams from WIRED

alt text

About

Python program for fetching and summarizing the most popular articles from Wired.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages