filmov
tv
Complete Scrapy tutorial Part #1 Follow For complete video

Показать описание
In this video, we will discuss Python web scraping using Scrapy. Scrapy is a free and open-source web scraping framework that allows you to extract data from websites. We will start by creating a spider, which is the basic unit of work in Scrapy. Then, we will discuss different types of spiders, such as Scrapy spiders and crawl spiders. Finally, we will create a Django server to see how requests are received at the server.