Metadata-Version: 2.1
Name: xhs-2-album
Version: 0.0.2
Summary: Return photo list and caption (markdown format) from xhs.
Home-page: https://github.com/gaoyunzhi/xhs_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: telegram-util
Requires-Dist: bs4
Requires-Dist: cached-url

# xhs_2_album

Return photo list and caption (markdown format) from xhs.

## usage

```
import xhs_2_album
result = xhs_2_album.get(status)
result.imgs
result.cap
```

## how to install

`pip3 install xhs_2_album`

