Metadata-Version: 2.1
Name: weiboo
Version: 0.0.2
Summary: Plain txt DB
Home-page: https://github.com/gaoyunzhi/weiboo
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # weiboo
        
        Search Weibo for user / keyword.
        
        ## usage
        
        ```
        import weiboo
        weiboo.search('女权')
        weiboo.search('7418114597')
        ```
        
        ## how to install
        
        `pip3 install weiboo`
        
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
