Metadata-Version: 2.1
Name: export-to-telegraph
Version: 0.0.118
Summary: Library for export webpage to Telegraph.
Home-page: https://github.com/gaoyunzhi/export_to_telegraph
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: html-telegraph-poster
Requires-Dist: bs4
Requires-Dist: readability-lxml
Requires-Dist: telegram-util
Requires-Dist: readee
Requires-Dist: opencc-python-reimplemented
Requires-Dist: cached-url
Requires-Dist: weibo-2-album
Requires-Dist: gphoto-2-album
Requires-Dist: hanzidentifier
Requires-Dist: pillow

# export_to_telegraph

Library for export webpage to Telegraph.

## usage

```
import export_to_telegraph
export_to_telegraph.TOKEN = YOUR_TELEGRAPH_TOKEN
telegraph_url = export_to_telegraph.export(webpage_url)
```

If export failed, `telegraph_url` will be None.

## how to install

`pip3 install export_to_telegraph`

