Metadata-Version: 2.1
Name: channel2pdf
Version: 0.0.18
Summary: Export Telegram Channel to PDF
Home-page: https://github.com/gaoyunzhi/channel2pdf
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # 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`
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
