Metadata-Version: 2.1
Name: channel2pdf
Version: 0.0.6
Summary: Export Telegram Channel to PDF
Home-page: https://github.com/gaoyunzhi/channel2pdf
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: telegram-util (>=0.0.30)
Requires-Dist: cached-url (>=0.0.1)
Requires-Dist: pyyaml
Requires-Dist: readee (>=0.0.14)

# channel2pdf

Export Telegram Channel to PDF

## usage

```
import channel2pdf
channel2pdf.gen(CHANNEL_USERNAME)
```

## how to install

`sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin` 
`pip3 install channel2pdf`

