├── LICENSE ├── README.md └── src ├── https.py ├── main.py ├── parse.py ├── setting.py ├── 广州职位.xls └── 深圳职位.xls /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/README.md -------------------------------------------------------------------------------- /src/https.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/src/https.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/src/main.py -------------------------------------------------------------------------------- /src/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/src/parse.py -------------------------------------------------------------------------------- /src/setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/src/setting.py -------------------------------------------------------------------------------- /src/广州职位.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/src/广州职位.xls -------------------------------------------------------------------------------- /src/深圳职位.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnngu/LagouSpider/HEAD/src/深圳职位.xls --------------------------------------------------------------------------------