Metadata-Version: 2.1
Name: twitter-2-album
Version: 0.0.31
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
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
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: telegram-util
Requires-Dist: tweepy

# 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`

