Gilberto Gonçalves 3ce06e39bf Now this project features a mini paranoid browser
* Changed the names of some functions;
* Bootstrapped it up;
* Added the capability of being a mini-browser by converting the
markdown to HTML by default via the html app, if you curl it, it
should give you the markdown as always.
* Some prettification of the templates
2013-11-18 22:18:37 +00:00
2013-09-26 21:00:08 -04:00
2013-09-26 20:53:01 -04:00
2013-09-27 04:27:08 -04:00

url2markdown

This is a very simple web service that will take a given URL, and return a Markdown representation of that page.

Powered by Readability, Requests, html2text, and Flask.

Usage

$ curl http://url2markdown.herokuapp.com/?url=http://kennethreitz.org

# Hi, there.

My name is Kenneth Reitz.
...

Enjoy!

Configuration

This application requires a Readability Parser Token.

$ export READABILITY_TOKEN=xxxxxx

You can use autoenv to do this easily.

License

Unfortunately, this code is released under GPLv3.

S
Description
No description provided
Readme GPL-3.0 78 KiB
Languages
HTML 67.4%
Python 31.8%
Procfile 0.8%