Metadata-Version: 2.1
Name: post_2_album
Version: 0.0.2
Summary: Return photo list and caption from telegram post link.
Home-page: https://github.com/gaoyunzhi/post_2_album
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # post_2_album
        
        Return photo list and caption from telegram post
        
        ## usage
        
        ```
        import post_2_album
        result = post_2_album.get(url)
        result.imgs
        result.cap_html
        ```
        
        The result will be cached, if we see request to bypass cache, we can revisit.
        
        ## how to install
        
        `pip3 install post_2_album`
        
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
