Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/not-kennethreitz/markdownplease.com

Give it a URL, it'll give you Markdown. Powered by Readability.
https://github.com/not-kennethreitz/markdownplease.com

Last synced: 12 days ago
JSON representation

Give it a URL, it'll give you Markdown. Powered by Readability.

Awesome Lists containing this project

README

        

# 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](http://readability.com/), [Requests](http://python-guide.org/), [html2text](http://www.aaronsw.com/2002/html2text/), and [Flask](http://flask.pocoo.org/).

## 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](http://www.readability.com/developers/api/parser).

$ export READABILITY_TOKEN=xxxxxx

You can use [autoenv](https://github.com/kennethreitz/autoenv) to do this easily.

## License

Unfortunately, this code is released under [GPLv3](http://www.gnu.org/copyleft/gpl.html).