https://github.com/phha/webclean
Readable articles in your shell
https://github.com/phha/webclean
Last synced: 12 months ago
JSON representation
Readable articles in your shell
- Host: GitHub
- URL: https://github.com/phha/webclean
- Owner: phha
- License: mit
- Created: 2018-04-25T09:30:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T10:42:30.000Z (about 8 years ago)
- Last Synced: 2025-02-24T14:43:57.352Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
webclean
========
Download and clean articles from the web.
webclean creates cleaned up HTML or text output of articles from the web
similar to the reader feature of most modern browsers.
Usage
-----
Download a news article and display it in w3m
``webclean 'http://annoyinglyformattednews.com/article.html' | w3m -T text/html``
Download a news article and view it as text
``webclean --text 'http://annoyinglyformattednews.com/article.html'``
Installation
------------
``pip install git+https://github.com/phha/webclean``