The Implementation of Crawling News Page Based on Incremental Web Crawler
暂无分享,去创建一个
Web crawler technology is the technology which downloads web pages through the program. This paper implements incremental Python web crawler, uses Scrapy crawler framework, crawls news web pages from mainstream web sites incrementally in real time, and deposits data in the database. The key technology of incremental crawling is removing the repetition of web links, and the most common method is using Bloom filter. This paper implements a simplified Bloom filter. The result shows that the web crawler can monitor the news pages well.
[1] Yoelle Maarek,et al. The Shark-Search Algorithm. An Application: Tailored Web Site Mapping , 1998, Comput. Networks.
[2] Filippo Menczer,et al. Topical web crawlers: Evaluating adaptive algorithms , 2004, TOIT.
[3] Wang Jian. Reviews of Relevance Algorithm in Focused Crawler , 2013 .