Metadata-Version: 2.1
Name: readee
Version: 0.0.17
Summary: Library for export webpage to reader mode html.
Home-page: https://github.com/gaoyunzhi/readee
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: readability-lxml
Requires-Dist: telegram-util (>=0.0.20)

# readee

Library for export webpage to reader mode html.

## usage

```
import readee
beautiful_soup_html = readee.export(url = webpage_url)
```

optional args:
- content: raw webpage, will skip url fetching
- list_replace: will replace list, usually for telegraph export
- preserve_link: keep links
- include_title: keep title
- move_head_photo: try move head photo to top


## how to install

`pip3 install readee`

