Skip to main content

An easy crawler for new hands

Project description

简易爬虫0.1.0使用手册

easyCrawler0.1.0 User's guidance

[https://github.com/theCoder-WM]点击此处反馈问题_click_here_to_feedback

from easyCrawler import *

url = '***'
crawler = Crawler(url)
crawler.get_soup()
crawler.find_all('span', class_name='hello-world')
crawler.data_processing()   # data.text
crawler.data_processing('href')   # data.attrs['href']
print(crawler.data_new)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyCrawler-0.0.4.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page