项目作者: michaelradu

项目描述 :
A Web Crawler developed in Python.
高级语言: Python
项目地址: git://github.com/michaelradu/web-crawler.git
创建时间: 2020-08-17T11:03:55Z
项目社区:https://github.com/michaelradu/web-crawler

开源协议:MIT License

下载


Web Crawler

MIT Licence

Requirements: Python 3+

Usage

  1. Set up the url of the website you wish to crawl and then execute the script.

Initialization

  1. $ python main.py

Packages

| requests | Requests allows you to send HTTP/1.1 requests extremely easily. |

| BeautifulSoup | Beautiful Soup creates a parse tree for parsed pages that can be used to extract data from HTML.|

Please note, this repo is for educational purposes only. No contributors, major or minor, are to fault for any actions done by this program.


🔓 License

MIT © Michael Radu

Don’t really understand licenses or tl;dr? Check out the MIT license summary.