Metadata-Version: 2.1
Name: BookerWikiTool
Version: 2023.2.27.3
Summary: iBooker/ApacheCN 知识库抓取工具
Home-page: https://github.com/apachecn/BookerWikiTool
Author: ApacheCN
Author-email: apachecn@163.com
License: UNKNOWN
Description: # BookerWikiTool
        
        iBooker/ApacheCN 知识库抓取工具
        
        ## 安装
        
        通过pip（推荐）：
        
        ```
        pip install BookerWikiTool
        ```
        
        从源码安装：
        
        ```
        pip install git+https://github.com/apachecn/BookerWikiTool
        ```
        
        需要 Node 和`to-markdown`包。
        
        ## 使用说明
        
        ```
        wiki-tool -h
        ```
        
        ## 协议
        
        本项目基于 SATA 协议发布。
        
        您有义务为此开源项目点赞，并考虑额外给予作者适当的奖励。
        
        ## 赞助我们
        
        ![](https://home.apachecn.org/img/about/donate.jpg)
        
        ## 另见
        
        +   [ApacheCN 学习资源](https://docs.apachecn.org/)
        +   [计算机电子书](http://it-ebooks.flygon.net)
        +   [布客新知](http://flygon.net/ixinzhi/)
        
Keywords: wiki,知识库,document,文档,crawler,爬虫
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
