Based on https://github.com/buriy/python-readability
pip install readability-lxml
python main.py
####### Get article parsed json result
GET /parse?url=http://example.com/
or
POST {"url": "http://example.com/"} /parse?url=http://example.com/
####### Get article parsed html content
GET /parse/?url=http://example.com/
or
POST {"url": "http://example.com/"} /parse/?url=http://example.com/