Personal Python Learning
- spider_nier.py get all kinds of discrimination of wallpaper of nier, using find grammar.
- spider_nier_RE.py get highest discrimination of wallpaper of nier, also using the RE.
- spider_kion.py get highest discrimination of wallpaper of kion girls, it is modified from nier_RE, just need to change path and url of main.
- spider_nier_RE2.py using search to get the highest discrimination wallpaper of nier.
- spider_nier_RE3.py using find_all to get all kinds of discrimination wllapper of nier.
- spider_jiandan.py using selenium and lxml to get imgs in jandan.net.
- spider_jiandan2.py using selenium and beautifulsoup to get imgs in jandan.net.
- spider_jiandanbugs.py saves the mistakes and bugs while I was writing those two spiders.