项目作者: shreyaaajainn
项目描述 :
A web crawler written in Python
高级语言: Python
项目地址: git://github.com/shreyaaajainn/webCrawler.git
Python Web Crawler
Introduction
A simple web crawler that crawls and prints the announcement title and link of Website
Basic useful feature list:
- Takes number of pages to crawl as an input
- crawls and prints the announcement title and link of this Website
Steps To Run:
- Download Project
- Install modules requests,beautifulsoup4 using pip installer(eg: pip install requests)
- Run main.py file