Skip to content

abishek/python-readability

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This code is under the Apache License 2.0.  http://www.apache.org/licenses/LICENSE-2.0

This is a python port of a ruby port of arc90's readability project

http://lab.arc90.com/experiments/readability/

Given a html document, it pulls out the main body text and cleans it up.

Ruby port by starrhorne and iterationlabs
Python port by gfxmonk

This port uses BeautifulSoup for the HTML parsing. That means it can be
a little slow, but will work on Google App Engine (unlike libxml-based
libraries)

If you're looking for alternatives / forks, here's the list so far:
 - http://www.minvolai.com/blog/decruft-arc90s-readability-in-python/
 - https://github.com/buriy/python-readability
 - https://github.com/gfxmonk/python-readability

----- Abishek Goda's Edits ------

 - Forked this primarily to try some simple additions to the existing flow.
 - Will try to fix any bugs that I encounter (and possibly notify gfxmonk to update in his branch)
 - Not promising stable fixes. This is my experimental sandbox for the plugin.

About

python port of arc90's readability bookmarklet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%