Metadata-Version: 2.1
Name: export-to-telegraph
Version: 0.0.45
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
Description: # 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`
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
