Metadata-Version: 2.1
Name: weiboo
Version: 0.0.17
Summary: Weibo util
Home-page: https://github.com/gaoyunzhi/weiboo
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# weiboo

Search Weibo for user / keyword.

## usage

```
import weiboo
weiboo.search('女权')
weiboo.search('7418114597')
```

## how to install

`pip3 install weiboo`


