Readability is a Python Library that emulates the "Reading Mode" used by Browsers, ie it takes an input URL, and returns the simplified HTML. It removes headers, footers and scripts.
I made a simple server out of it, which takes CLI arguments for server IP and server Port to start the server. D...