├── .gitignore ├── README.md ├── result.txt └── spider.py /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | *.pyc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/MaoYan/HEAD/README.md -------------------------------------------------------------------------------- /result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/MaoYan/HEAD/result.txt -------------------------------------------------------------------------------- /spider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/MaoYan/HEAD/spider.py --------------------------------------------------------------------------------