HenryWoodOTC / wen_spiders

My spiders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wen_spiders

Introduction

Here are some spiders.
All the spiders will inherit from the BaseSpider in utils.base, which implements many useful functions, such as automaticly switch the header of request, parse the content by xpath.
I use mongodb as the default database and redis to control the parallel. You can find the setting in config on each folder.

Spiders List

About

My spiders.

License:MIT License


Languages

Language:Python 100.0%