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 details)
File details
Details for the file easyCrawler-0.0.4.tar.gz
.
File metadata
- Download URL: easyCrawler-0.0.4.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75f1408451bf072a6b0feac17d49460480a993dff2a4c2355f9c8201270d8656 |
|
MD5 | ba89c73a0f088602bfe32490c9fc579d |
|
BLAKE2b-256 | c46f4df44be3ec8ea03668fffe0bd242235b0f9cfab7dc76a2828858f8df2f03 |