Skip to content

A RESTful service to convert HTML into Markdown-like text

Notifications You must be signed in to change notification settings

aaronsw/html2text-service

This branch is 3 commits ahead of cv/html2text-service:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9ad6a4 · Sep 12, 2012

History

14 Commits
Oct 9, 2011
Oct 9, 2011
Sep 12, 2012
Mar 24, 2012
Mar 24, 2012

Repository files navigation

This a RESTful web service that converts HTML to Markdown-like syntax using Aaron Swartz's html2text.py.

It's available online at: http://html2text.theinfo.org/

Running

With $ as your command prompt:

$ python web.py
...
$ curl --data-urlencode "html=<html><body><h1>Hello,</h1>World</body></html>" localhost:5000
# Hello,

World

License

html2text-service is distributed under the terms of the GPLv3.

About

A RESTful service to convert HTML into Markdown-like text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%