8000 GitHub - aaronsw/html2text-service: A RESTful service to convert HTML into Markdown-like text
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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%
0