easyspider

Posted sky-ai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyspider相关的知识,希望对你有一定的参考价值。

# -*- coding: utf-8 -*-
"""
Created on Fri Aug 18 15:58:13 2017
@author: JClian
"""
import re
import bs4
import urllib.request  
from bs4 import BeautifulSoup 
import urllib.parse
import sys

search_item = input("Enter what you want(Enter ‘out‘ to exit):")
while search_item != out:
    if search_item == out:
        exit(0)
    print("please wait...")
    try:
        url = https://baike.baidu.com/item/+urllib.parse.quote(search_item)
        html = urllib.request.urlopen(url)  
        content = html.read().decode(utf-8)
        html.close()
        soup = BeautifulSoup(content, "lxml")  
        text = soup.find(div, class_="lemma-summary").children
        print("search result:")
        for x in text:
            word = re.sub(re.compile(r"<(.+?)>"),‘‘,str(x))
            words = re.sub(re.compile(r"[(.+?)]"),‘‘,word)
            print(words,
)
    except AttributeError:
        print("Failed!Please enter more in details!")
    search_item = input("Enter what you want(Enter ‘out‘ to exit):")
--------------------- 
作者:剑与星辰 
来源:CSDN 
原文:https://blog.csdn.net/jclian91/article/details/77387842 
版权声明:本文为博主原创文章,转载请附上博文链接!

 

以上是关于easyspider的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序代码片段

VSCode自定义代码片段——CSS选择器

谷歌浏览器调试jsp 引入代码片段,如何调试代码片段中的js

片段和活动之间的核心区别是啥?哪些代码可以写成片段?

VSCode自定义代码片段——.vue文件的模板

VSCode自定义代码片段6——CSS选择器