Python crawler project, get news on all websites, save to database, parse HTML page, etc.

Source: Internet
Author: User
1. Requirements Description

Demand:
Crawl all the news from the Tiger sniffing site and save it to the database.
Http://www.huxiu.com

Technology:
1. Crawler
Get the server's resources (URLLIB)
Parsing HTML pages (BeautifulSoup)
2. Database Technology
Database MySQLdb
Analysis of business logic:
(1), Tiger olfactory website news, including home page and pagination information (next page)
(2), need to get the URL of each news from the resources and paging resources of the homepage
How to get the URL:
Parsing the Web site HTML file, if the href attribute of the A tag contains the article field, it is a news
(3) Access the URL of the news, resolve the desired field

http://www.woaipu.com/shops/zuzhuan/61406

http://www.woaipu.com/shops/zuzhuan/61406

Python crawler project, get news on all websites, save to database, parse HTML page, etc.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.