Metadata-Version: 2.1
Name: weibo-harbor
Version: 0.1.2
Summary: A package to crawl, backup and export weibo content.
Home-page: https://github.com/cmsax/harbor
Author: MingshiCai
Author-email: i@unoiou.com
License: UNKNOWN
Description: # Harbor
        
        A package to crawl, backup and export weibo content.
        
        ## Installation
        
        ### Requirements
        
        - Python 3.7 and up
        
        ## Usage
        
        Install and run binary via python setup-tools.
        
        ```
        $ python3 -m venv env
        $ python3 -m pip install -r requirements.txt
        $ python3 setup.py install
        $ env/bin/harbor
        ```
        
        ## Development
        
        ```
        $ python3 -m venv env
        $ . env/bin/activate
        $ pip install -e .
        ```
        
        Once you update requirements, make sure use `pip-compile` to refresh `requirements.txt`.
        
        ## Contributing
        
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
