Metadata-Version: 2.1
Name: twitter_2_album
Version: 0.0.9
Summary: Return photo list and caption (markdown format) from twitter.
Home-page: https://github.com/gaoyunzhi/twitter_2_album
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # twitter_2_album
        
        Return photo list and caption (markdown format) from twitter.
        
        ## usage
        
        ```
        import twitter_2_album
        result = twitter_2_album.get(url)
        result.imgs
        result.cap
        ```
        
        ## how to install
        
        `pip3 install twitter_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
