Metadata-Version: 2.1
Name: hgrab
Version: 0.1.11
Summary: A daily tool for grabber
Home-page: https://github.com/hchl9294
Author: he525163
Author-email: hel_1226@sina.com
License: HL License
Description: GRAB
        ===========================
        
        ########### The method that crawlers use
        
        
        ########### 
        You need to pass in the config.ini configuration file to use
        
            ini file format:    
                    [database]
                    host = x.x.x.x
                    user = uesername
                    password = pwd
                    database = database
                    port = 3306
                    charset = utf8mb4
            
                    [proxy]
                    proxy_host = x.x.x.x
                    proxy_port = port
                    
                    [headers]
                    headers_ = {"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.92 Safari/537.36"}
        
        
        
        ########### BETA V0.1.x Update of version Content
        
            1. Connect to the mysql database class     MysqlDB
            2. Download page various methods      Downloader
            3. Simple tools             tools
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
