项目作者: shreyaaajainn

项目描述 :
A web crawler written in Python
高级语言: Python
项目地址: git://github.com/shreyaaajainn/webCrawler.git
创建时间: 2021-03-16T18:00:13Z
项目社区:https://github.com/shreyaaajainn/webCrawler

开源协议:

下载


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