├── Pic ├── count.png ├── data.png └── logo.png ├── README.md ├── Spiders ├── company_list.py ├── count.py ├── main.py └── tag_list.py └── requirements.txt /Pic/count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Pic/count.png -------------------------------------------------------------------------------- /Pic/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Pic/data.png -------------------------------------------------------------------------------- /Pic/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Pic/logo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/README.md -------------------------------------------------------------------------------- /Spiders/company_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Spiders/company_list.py -------------------------------------------------------------------------------- /Spiders/count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Spiders/count.py -------------------------------------------------------------------------------- /Spiders/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Spiders/main.py -------------------------------------------------------------------------------- /Spiders/tag_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henryhaohao/IT_Orange/HEAD/Spiders/tag_list.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.18.4 2 | pymongo==3.6.1 3 | beautifulsoup4==4.6.3 4 | --------------------------------------------------------------------------------