Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

cv/html2text-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2text-service

This a RESTful web service that converts HTML to Markdown-like syntax using Aaron Schwartz's html2text.py. The code is available on GitHub.

Try it out and help us make it better!

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