该项目是一个基于Python的多语言支持平台,专注于陕西省招标数据爬取。项目源码共包含1028个文件,其中650个为Python文件,139个为PXD文件,44个为PYD文件,36个为TXT文件,29个为C语言文件,16个为可执行文件(EXE),以及一些dist-info相关文件。该系统旨在高效地抓取和解析陕西省的招标信息,支持多种编程语言和HTML格式,适用于相关数据分析和处理需求。
关键词
Python 数据爬取 爬虫技术 招标信息 网络爬虫
目录结构
├── .idea ├── encodings.xml ├── misc.xml ├── modules.xml ├── snzbsj.iml ├── vcs.xml ├── mysql.py ├── readme.txt ├── venv ├── Lib ├── site-packages ├── Cython-0.28.3.dist-info ├── INSTALLER ├── METADATA ├── RECORD ├── WHEEL ├── entry_points.txt ├── top_level.txt ├── Cython ├── Build ├── BuildExecutable.py ├── Cythonize.py ├── Dependencies.py ├── Distutils.py ├── Inline.py ├── IpythonMagic.py ├── Tests ├── TestInline.py ├── TestIpythonMagic.py ├── TestStripLiterals.py ├── __init__.py ├── __init__.py ├── CodeWriter.py ├── Compiler ├── AnalysedTreeTransforms.py ├── Annotate.py ├── AutoDocTransforms.py ├── Buffer.py ├── Builtin.py ├── CmdLine.py ├── Code.cp36-win32.pyd ├── Code.pxd ├── Code.py ├── CodeGeneration.py ├── CythonScope.py ├── DebugFlags.py ├── Errors.py ├── ExprNodes.py ├── FlowControl.cp36-win32.pyd ├── FlowControl.pxd ├── FlowControl.py ├── FusedNode.cp36-win32.pyd ├── FusedNode.py ├── Future.py ├── Interpreter.py ├── Lexicon.cp36-win32.pyd ├── Lexicon.py ├── Main.py ├── MemoryView.py ├── ModuleNode.py ├── Naming.py ├── Nodes.py ├── Optimize.py ├── Options.py ├── ParseTreeTransforms.pxd ├── ParseTreeTransforms.py ├── Parsing.cp36-win32.pyd ├── Parsing.pxd ├── Parsing.py ├── Pipeline.py ├── PyrexTypes.py ├── Pythran.cp36-win32.pyd ├── Pythran.py ├── Scanning.cp36-win32.pyd ├── Scanning.pxd ├── Scanning.py ├── StringEncoding.py ├── Symtab.py ├── Tests ├── TestBuffer.py ├── TestCmdLine.py ├── TestFlowControl.py ├── TestGrammar.py ├── TestMemView.py ├── TestParseTreeTransforms.py ├── TestSignatureMatching.py ├── TestTreeFragment.py ├── TestTreePath.py ├── TestTypes.py ├── TestUtilityLoad.py ├── TestVisitor.py ├── __init__.py ├── TreeFragment.py ├── TreePath.py ├── TypeInference.py ├── TypeSlots.py ├── UtilNodes.py ├── UtilityCode.py ├── Version.py ├── Visitor.cp36-win32.pyd ├── Visitor.pxd ├── Visitor.py ├── __init__.py ├── Coverage.py ├── Debugger ├── Cygdb.py ├── DebugWriter.py ├── Tests ├── TestLibCython.py ├── __init__.py ├── cfuncs.c ├── codefile ├── test_libcython_in_gdb.py ├── test_libpython_in_gdb.py ├── __init__.py ├── libcython.py ├── libpython.py ├── Debugging.py ├── Distutils ├── __init__.py ├── build_ext.py ├── extension.py ├── old_build_ext.py ├── Includes ├── Deprecated ├── python.pxd ├── python2.5.pxd ├── python_bool.pxd ├── python_buffer.pxd ├── python_bytes.pxd ├── python_cobject.pxd ├── python_complex.pxd ├── python_dict.pxd ├── python_exc.pxd ├── python_float.pxd ├── python_function.pxd ├── python_getargs.pxd ├── python_instance.pxd ├── python_int.pxd ├── python_iterator.pxd ├── python_list.pxd ├── python_long.pxd ├── python_mapping.pxd ├── python_mem.pxd ├── python_method.pxd ├── python_module.pxd ├── python_number.pxd ├── python_object.pxd ├── python_oldbuffer.pxd ├── python_pycapsule.pxd ├── python_ref.pxd ├── python_sequence.pxd ├── python_set.pxd ├── python_string.pxd ├── python_tuple.pxd ├── python_type.pxd ├── python_unicode.pxd ├── python_version.pxd ├── python_weakref.pxd ├── stdio.pxd ├── stdlib.pxd ├── stl.pxd ├── cpython ├── __init__.pxd ├── array.pxd ├── bool.pxd ├── buffer.pxd ├── bytes.pxd ├── cobject.pxd ├── complex.pxd ├── datetime.pxd ├── dict.pxd ├── exc.pxd ├── float.pxd ├── function.pxd ├── getargs.pxd ├── instance.pxd ├── int.pxd ├── iterator.pxd ├── list.pxd ├── long.pxd ├── longintrepr.pxd ├── mapping.pxd ├── mem.pxd ├── method.pxd ├── module.pxd ├── number.pxd ├── object.pxd ├── oldbuffer.pxd ├── pycapsule.pxd ├── pystate.pxd ├── pythread.pxd ├── ref.pxd ├── sequence.pxd ├── set.pxd ├── slice.pxd ├── string.pxd ├── tuple.pxd ├── type.pxd ├── unicode.pxd ├── version.pxd ├── weakref.pxd ├── libc ├── __init__.pxd ├── errno.pxd ├── float.pxd ├── limits.pxd ├── locale.pxd ├── math.pxd ├── setjmp.pxd ├── signal.pxd ├── stddef.pxd ├── stdint.pxd ├── stdio.pxd ├── stdlib.pxd ├── string.pxd ├── time.pxd ├── libcpp ├── __init__.pxd ├── algorithm.pxd ├── cast.pxd ├── complex.pxd ├── deque.pxd ├── functional.pxd ├── iterator.pxd ├── limits.pxd ├── list.pxd ├── map.pxd ├── memory.pxd ├── pair.pxd ├── queue.pxd ├── set.pxd ├── stack.pxd ├── string.pxd ├── typeindex.pxd ├── typeinfo.pxd ├── unordered_map.pxd ├── unordered_set.pxd ├── utility.pxd ├── vector.pxd ├── numpy ├── __init__.pxd ├── math.pxd ├── openmp.pxd ├── posix ├── __init__.pxd ├── dlfcn.pxd ├── fcntl.pxd ├── ioctl.pxd ├── mman.pxd ├── resource.pxd ├── select.pxd ├── signal.pxd ├── stat.pxd ├── stdio.pxd ├── stdlib.pxd ├── strings.pxd ├── time.pxd ├── types.pxd ├── unistd.pxd ├── wait.pxd ├── Plex ├── Actions.cp36-win32.pyd ├── Actions.pxd ├── Actions.py ├── DFA.py ├── Errors.py ├── Lexicons.py ├── Machines.py ├── Regexps.py ├── Scanners.cp36-win32.pyd ├── Scanners.pxd ├── Scanners.py ├── Timing.py ├── Traditional.py ├── Transitions.py ├── __init__.py ├── Runtime ├── __init__.py ├── refnanny.cp36-win32.pyd ├── refnanny.pyx ├── Shadow.py ├── StringIOTree.cp36-win32.pyd ├── StringIOTree.py ├── Tempita ├── __init__.py ├── _looper.py ├── _tempita.cp36-win32.pyd ├── _tempita.py ├── compat3.py ├── TestUtils.py ├── Tests ├── TestCodeWriter.py ├── TestJediTyper.py ├── TestStringIOTree.py ├── __init__.py ├── xmlrunner.py ├── Utility ├── AsyncGen.c ├── Buffer.c ├── Builtins.c ├── CConvert.pyx ├── CMath.c ├── Capsule.c ├── CommonStructures.c ├── Complex.c ├── Coroutine.c ├── CpdefEnums.pyx ├── CppConvert.pyx ├── CppSupport.cpp ├── CythonFunction.c ├── Embed.c ├── Exceptions.c ├── ExtensionTypes.c ├── FunctionArguments.c ├── ImportExport.c ├── MemoryView.pyx ├── MemoryView_C.c ├── ModuleSetupCode.c ├── ObjectHandling.c ├── Optimize.c ├── Overflow.c ├── Printing.c ├── Profile.c ├── StringTools.c ├── TestCyUtilityLoader.pyx ├── TestCythonScope.pyx ├── TestUtilityLoader.c ├── TypeConversion.c ├── __init__.py ├── arrayarray.h ├── Utils.py ├── __init__.py ├── PIL ├── BdfFontFile.py ├── BlpImagePlugin.py ├── BmpImagePlugin.py ├── BufrStubImagePlugin.py ├── ContainerIO.py ├── CurImagePlugin.py ├── DcxImagePlugin.py ├── DdsImagePlugin.py ├── EpsImagePlugin.py ├── ExifTags.py ├── FitsStubImagePlugin.py ├── FliImagePlugin.py ├── FontFile.py ├── FpxImagePlugin.py ├── FtexImagePlugin.py ├── GbrImagePlugin.py ├── GdImageFile.py ├── GifImagePlugin.py ├── GimpGradientFile.py ├── GimpPaletteFile.py ├── GribStubImagePlugin.py ├── Hdf5StubImagePlugin.py ├── IcnsImagePlugin.py ├── IcoImagePlugin.py ├── ImImagePlugin.py ├── Image.py ├── ImageChops.py ├── ImageCms.py ├── ImageColor.py ├── ImageDraw.py ├── ImageDraw2.py ├── ImageEnhance.py ├── ImageFile.py ├── ImageFilter.py ├── ImageFont.py ├── ImageGrab.py ├── ImageMath.py ├── ImageMode.py ├── ImageMorph.py ├── ImageOps.py ├── ImagePalette.py ├── ImagePath.py ├── ImageQt.py ├── ImageSequence.py ├── ImageShow.py ├── ImageStat.py ├── ImageTk.py ├── ImageTransform.py ├── ImageWin.py ├── ImtImagePlugin.py ├── IptcImagePlugin.py ├── Jpeg2KImagePlugin.py ├── JpegImagePlugin.py ├── JpegPresets.py ├── McIdasImagePlugin.py ├── MicImagePlugin.py ├── MpegImagePlugin.py ├── MpoImagePlugin.py ├── MspImagePlugin.py ├── OleFileIO.py ├── PSDraw.py ├── PaletteFile.py ├── PalmImagePlugin.py ├── PcdImagePlugin.py ├── PcfFontFile.py ├── PcxImagePlugin.py ├── PdfImagePlugin.py ├── PdfParser.py ├── PixarImagePlugin.py ├── PngImagePlugin.py ├── PpmImagePlugin.py ├── PsdImagePlugin.py ├── PyAccess.py ├── SgiImagePlugin.py ├── SpiderImagePlugin.py ├── SunImagePlugin.py ├── TarIO.py ├── TgaImagePlugin.py ├── TiffImagePlugin.py ├── TiffTags.py ├── WalImageFile.py ├── WebPImagePlugin.py ├── WmfImagePlugin.py ├── XVThumbImagePlugin.py ├── XbmImagePlugin.py ├── XpmImagePlugin.py ├── __init__.py ├── _binary.py ├── _imaging.cp36-win32.pyd ├── _imagingcms.cp36-win32.pyd ├── _imagingft.cp36-win32.pyd ├── _imagingmath.cp36-win32.pyd ├── _imagingmorph.cp36-win32.pyd ├── _imagingtk.cp36-win32.pyd ├── _tkinter_finder.py ├── _util.py ├── _webp.cp36-win32.pyd ├── features.py ├── version.py ├── Pillow-5.1.0.dist-info ├── INSTALLER ├── LICENSE.txt ├── METADATA ├── RECORD ├── WHEEL ├── top_level.txt ├── zip-safe ├── PyMySQL-0.8.1.dist-info ├── INSTALLER ├── METADATA ├── RECORD ├── WHEEL ├── pbr.json ├── top_level.txt ├── beautifulsoup4-4.6.0.dist-info ├── DESCRIPTION.rst ├── INSTALLER ├── METADATA ├── RECORD ├── WHEEL ├── metadata.json ├── top_level.txt ├── bs4-0.0.1-py3.6.egg-info ├── PKG-INFO ├── SOURCES.txt ├── dependency_links.txt ├── installed-files.txt ├── requires.txt ├── top_level.txt ├── bs4 ├── __init__.py ├── builder ├── __init__.py ├── _html5lib.py ├── _htmlparser.py ├── _lxml.py ├── dammit.py ├── diagnose.py ├── element.py ├── testing.py ├── tests ├── __init__.py ├── test_builder_registry.py ├── test_docs.py ├── test_html5lib.py ├── test_htmlparser.py ├── test_lxml.py ├── test_soup.py ├── test_tree.py ├── certifi-2018.4.16.dist-info ├── DESCRIPTION.rst ├── INSTALLER ├── LICENSE.txt ├── METADATA ├── RECORD ├── WHEEL ├── metadata.json ├── top_level.txt ├── certifi ├── __init__.py ├── __main__.py ├── cacert.pem ├── core.py ├── chardet-3.0.4.dist-info ├── DESCRIPTION.rst ├── INSTALLER ├── METADATA ├── RECORD ├── WHEEL ├── entry_points.txt ├── metadata.json ├── top_level.txt ├── chardet ├── __init__.py ├── big5freq.py ├── big5prober.py ├── chardistribution.py ├── charsetgroupprober.py ├── charsetprober.py ├── cli ├── __init__.py ├── chardetect.py ├── codingstatemachine.py ├── compat.py ├── cp949prober.py ├── enums.py ├── escprober.py ├── escsm.py ├── eucjpprober.py ├── euckrfreq.py ├── euckrprober.py ├── euctwfreq.py ├── euctwprober.py ├── gb2312freq.py ├── gb2312prober.py ├── hebrewprober.py ├── jisfreq.py ├── jpcntx.py ├── langbulgarianmodel.py ├── langcyrillicmodel.py ├── langgreekmodel.py ├── langhebrewmodel.py ├── langhungarianmodel.py ├── langthaimodel.py ├── langturkishmodel.py ├── latin1prober.py ├── mbcharsetprober.py ├── mbcsgroupprober.py ├── mbcssm.py ├── sbcharsetprober.py ├── sbcsgroupprober.py ├── sjisprober.py ├── universaldetector.py ├── utf8prober.py ├── version.py ├── cython.py ├── easy-install.pth ├── idna-2.7.dist-info ├── INSTALLER ├── LICENSE.txt ├── METADATA ├── RECORD ├── WHEEL ├── top_level.txt ├── idna ├── __init__.py ├── codec.py ├── compat.py ├── core.py ├── idnadata.py ├── intranges.py ├── package_data.py ├── uts46data.py ├── pip-9.0.1-py3.6.egg ├── EGG-INFO ├── PKG-INFO ├── SOURCES.txt ├── dependency_links.txt ├── entry_points.txt ├── not-zip-safe ├── requires.txt ├── top_level.txt ├── pip ├── __init__.py ├── __main__.py ├── _vendor ├── __init__.py ├── appdirs.py ├── cachecontrol ├── __init__.py ├── _cmd.py ├── adapter.py ├── cache.py ├── caches ├── __init__.py ├── file_cache.py ├── redis_cache.py ├── compat.py ├── controller.py ├── filewrapper.py ├── heuristics.py ├── serialize.py ├── wrapper.py ├── colorama ├── __init__.py ├── ansi.py ├── ansitowin32.py ├── initialise.py ├── win32.py ├── winterm.py ├── distlib ├── __init__.py ├── _backport ├── __init__.py ├── misc.py ├── shutil.py ├── sysconfig.cfg ├── sysconfig.py ├── tarfile.py ├── compat.py ├── database.py ├── index.py ├── locators.py ├── manifest.py ├── markers.py ├── metadata.py ├── resources.py ├── scripts.py ├── t32.exe ├── t64.exe ├── util.py ├── version.py ├── w32.exe ├── w64.exe ├── wheel.py ├── distro.py ├── html5lib ├── __init__.py ├── _ihatexml.py ├── _inputstream.py ├── _tokenizer.py ├── _trie ├── __init__.py ├── _base.py ├── datrie.py ├── py.py ├── _utils.py ├── constants.py ├── filters ├── __init__.py ├── alphabeticalattributes.py ├── base.py ├── inject_meta_charset.py ├── lint.py ├── optionaltags.py ├── sanitizer.py ├── whitespace.py ├── html5parser.py ├── serializer.py ├── treeadapters ├── __init__.py ├── genshi.py ├── sax.py ├── treebuilders ├── __init__.py ├── base.py ├── dom.py ├── etree.py ├── etree_lxml.py ├── treewalkers ├── __init__.py ├── base.py ├── dom.py ├── etree.py ├── etree_lxml.py ├── genshi.py ├── ipaddress.py ├── lockfile ├── __init__.py ├── linklockfile.py ├── mkdirlockfile.py ├── pidlockfile.py ├── sqlitelockfile.py ├── symlinklockfile.py ├── ordereddict.py ├── packaging ├── __about__.py ├── __init__.py ├── _compat.py ├── _structures.py ├── markers.py ├── requirements.py ├── specifiers.py ├── utils.py ├── version.py ├── pkg_resources ├── __init__.py ├── progress ├── __init__.py ├── bar.py ├── counter.py ├── helpers.py ├── spinner.py ├── pyparsing.py ├── re-vendor.py ├── requests ├── __init__.py ├── adapters.py ├── api.py ├── auth.py ├── cacert.pem ├── certs.py ├── compat.py ├── cookies.py ├── exceptions.py ├── hooks.py ├── models.py ├── packages ├── __init__.py ├── chardet ├── __init__.py ├── big5freq.py ├── big5prober.py ├── chardetect.py ├── chardistribution.py ├── charsetgroupprober.py ├── charsetprober.py ├── codingstatemachine.py ├── compat.py ├── constants.py ├── cp949prober.py ├── escprober.py ├── escsm.py ├── eucjpprober.py ├── euckrfreq.py ├── euckrprober.py ├── euctwfreq.py ├── euctwprober.py ├── gb2312freq.py ├── gb2312prober.py ├── hebrewprober.py ├── jisfreq.py ├── jpcntx.py ├── langbulgarianmodel.py ├── langcyrillicmodel.py ├── langgreekmodel.py ├── langhebrewmodel.py ├── langhungarianmodel.py ├── langthaimodel.py ├── latin1prober.py ├── mbcharsetprober.py ├── mbcsgroupprober.py ├── mbcssm.py ├── sbcharsetprober.py ├── sbcsgroupprober.py ├── sjisprober.py ├── universaldetector.py ├── utf8prober.py ├── urllib3 ├── __init__.py ├── _collections.py ├── connection.py ├── connectionpool.py ├── contrib ├── __init__.py ├── appengine.py ├── ntlmpool.py ├── pyopenssl.py ├── socks.py ├── exceptions.py ├── fields.py ├── filepost.py ├── packages ├── __init__.py ├── ordered_dict.py ├── six.py ├── ssl_match_hostname ├── __init__.py ├── _implementation.py ├── poolmanager.py ├── request.py ├── response.py ├── util ├── __init__.py ├── connection.py ├── request.py ├── response.py ├── retry.py ├── ssl_.py ├── timeout.py ├── url.py ├── sessions.py ├── status_codes.py ├── structures.py ├── utils.py ├── retrying.py ├── six.py ├── webencodings ├── __init__.py ├── labels.py ├── mklabels.py ├── tests.py ├── x_user_defined.py ├── basecommand.py ├── baseparser.py ├── cmdoptions.py ├── commands ├── __init__.py ├── check.py ├── completion.py ├── download.py ├── freeze.py ├── hash.py ├── help.py ├── install.py ├── list.py ├── search.py ├── show.py ├── uninstall.py ├── wheel.py ├── compat ├── __init__.py ├── dictconfig.py ├── download.py ├── exceptions.py ├── index.py ├── locations.py ├── models ├── __init__.py ├── index.py ├── operations ├── __init__.py ├── check.py ├── freeze.py ├── pep425tags.py ├── req ├── __init__.py ├── req_file.py ├── req_install.py ├── req_set.py ├── req_uninstall.py ├── status_codes.py ├── utils ├── __init__.py ├── appdirs.py ├── build.py ├── deprecation.py ├── encoding.py ├── filesystem.py ├── glibc.py ├── hashes.py ├── logging.py ├── outdated.py ├── packaging.py ├── setuptools_build.py ├── ui.py ├── vcs ├── __init__.py ├── bazaar.py ├── git.py ├── mercurial.py ├── subversion.py ├── wheel.py ├── pymysql ├── __init__.py ├── _compat.py ├── _socketio.py ├── charset.py ├── connections.py ├── constants ├── CLIENT.py ├── COMMAND.py ├── CR.py ├── ER.py ├── FIELD_TYPE.py ├── FLAG.py ├── SERVER_STATUS.py ├── __init__.py ├── converters.py ├── cursors.py ├── err.py ├── optionfile.py ├── tests ├── __init__.py ├── base.py ├── test_DictCursor.py ├── test_SSCursor.py ├── test_basic.py ├── test_connection.py ├── test_converters.py ├── test_cursor.py ├── test_err.py ├── test_example.py ├── test_issues.py ├── test_load_local.py ├── test_nextset.py ├── test_optionfile.py ├── thirdparty ├── __init__.py ├── test_MySQLdb ├── __init__.py ├── capabilities.py ├── dbapi20.py ├── test_MySQLdb_capabilities.py ├── test_MySQLdb_dbapi20.py ├── test_MySQLdb_nonstandard.py ├── times.py ├── util.py ├── pytesseract-0.2.2-py3.6.egg-info ├── PKG-INFO ├── SOURCES.txt ├── dependency_links.txt ├── entry_points.txt ├── installed-files.txt ├── requires.txt ├── top_level.txt ├── pytesseract ├── __init__.py ├── pytesseract.py ├── test-european.jpg ├── test.png ├── pyximport ├── __init__.py ├── pyxbuild.py ├── pyximport.py ├── requests-2.19.1.dist-info ├── DESCRIPTION.rst ├── INSTALLER ├── LICENSE.txt ├── METADATA ├── RECORD ├── WHEEL ├── metadata.json ├── top_level.txt ├── requests ├── __init__.py ├── __version__.py ├── _internal_utils.py ├── adapters.py ├── api.py ├── auth.py ├── certs.py ├── compat.py ├── cookies.py ├── exceptions.py ├── help.py ├── hooks.py ├── models.py ├── packages.py ├── sessions.py ├── status_codes.py ├── structures.py ├── utils.py ├── setuptools-28.8.0-py3.6.egg ├── setuptools.pth ├── tesseract-0.1.3-py3.6.egg-info ├── PKG-INFO ├── SOURCES.txt ├── dependency_links.txt ├── installed-files.txt ├── top_level.txt ├── tesseract ├── __init__.py ├── default_config.ini ├── example.param ├── halos ├── c10.snap ├── c25.snap ├── c5.snap ├── c50.snap ├── io.py ├── nfw.py ├── qhull2002.1.tar ├── tests.py ├── util.py ├── voro.py ├── vorovol ├── Makefile ├── allvars.c ├── allvars.h ├── io.c ├── main.c ├── proto.h ├── vozutil.c ├── urllib3-1.23.dist-info ├── DESCRIPTION.rst ├── INSTALLER ├── LICENSE.txt ├── METADATA ├── RECORD ├── WHEEL ├── metadata.json ├── top_level.txt ├── urllib3 ├── __init__.py ├── _collections.py ├── connection.py ├── connectionpool.py ├── contrib ├── __init__.py ├── _securetransport ├── __init__.py ├── bindings.py ├── low_level.py ├── appengine.py ├── ntlmpool.py ├── pyopenssl.py ├── securetransport.py ├── socks.py ├── exceptions.py ├── fields.py ├── filepost.py ├── packages ├── __init__.py ├── backports ├── __init__.py ├── makefile.py ├── ordered_dict.py ├── six.py ├── ssl_match_hostname ├── __init__.py ├── _implementation.py ├── poolmanager.py ├── request.py ├── response.py ├── util ├── __init__.py ├── connection.py ├── queue.py ├── request.py ├── response.py ├── retry.py ├── ssl_.py ├── timeout.py ├── url.py ├── wait.py ├── tcl8.6 ├── init.tcl ├── Scripts ├── Activate.ps1 ├── _asyncio.pyd ├── _bz2.pyd ├── _ctypes.pyd ├── _ctypes_test.pyd ├── _decimal.pyd ├── _elementtree.pyd ├── _hashlib.pyd ├── _lzma.pyd ├── _msi.pyd ├── _multiprocessing.pyd ├── _overlapped.pyd ├── _socket.pyd ├── _sqlite3.pyd ├── _ssl.pyd ├── _testbuffer.pyd ├── _testcapi.pyd ├── _testconsole.pyd ├── _testimportmultiple.pyd ├── _testmultiphase.pyd ├── _tkinter.pyd ├── activate ├── activate.bat ├── chardetect.exe ├── cygdb.exe ├── cython.exe ├── cythonize.exe ├── deactivate.bat ├── easy_install-3.6-script.py ├── easy_install-3.6.exe ├── easy_install-3.6.exe.manifest ├── easy_install-script.py ├── easy_install.exe ├── easy_install.exe.manifest ├── pip-script.py ├── pip.exe ├── pip.exe.manifest ├── pip3-script.py ├── pip3.6-script.py ├── pip3.6.exe ├── pip3.6.exe.manifest ├── pip3.exe ├── pip3.exe.manifest ├── pyexpat.pyd ├── pytesseract-script.py ├── pytesseract.exe ├── pytesseract.exe.manifest ├── python.exe ├── python3.dll ├── python36.dll ├── pythonw.exe ├── select.pyd ├── sqlite3.dll ├── tcl86t.dll ├── tk86t.dll ├── unicodedata.pyd ├── vcruntime140.dll ├── winsound.pyd ├── pip-selfcheck.json ├── pyvenv.cfg ├── weixin ├── __init__.py ├── db.py ├── request.py ├── xxtable.json ├── xxtable.txt ├── zbggxxpq.py ├── zbxx_json.py ├── zbxx_mysql.py ├── zbxx_txt.py ├── 代理池 ├── examples ├── example.py ├── proxytest.py ├── importer.py ├── proxypool ├── __init__.py ├── api.py ├── crawler.py ├── db.py ├── error.py ├── getter.py ├── importer.py ├── scheduler.py ├── setting.py ├── tester.py ├── utils.py ├── run.py ├── 逻辑代码 ├── api.py ├── cunchu.py ├── diaodu.py ├── error.py ├── getter.py ├── huoqu.py ├── test.py ├── tester.py ├── utils.py ├── 备忘.TXT ├── 练习 ├── BeautifulSoup.py ├── html.html ├── test.py ├── 代理的使用.py ├── 图形验证码识别.py ├── 验证码图片 ├── 111.png ├── 123.png ├── CheckCode.jpg ├── yzm.jpg ├── 搜狗截图.png