Python Penetration Testing Cookbook
上QQ阅读APP看书,第一时间看更新

Introduction

Web scraping is the process of automating the extraction of data from the web into a format so that you can easily analyze or make use of it. The urllib Python module helps you to download data from web servers.