Scrapy - Overview and Demo (web crawling and scraping)

Опубликовано: 23 Июль 2026
на канале: Melvin L
71,081
331

If your getting started with Scrapy or want to understand what Scrapy can do for you then this video is for you.

Scrapy tutorial video provides covers the following

What is Scrapy
Why use Scrapy - alternatives to Scrapy
Architecture, components & performance
Quick demo


Setup on Ubuntu
apt-get update
apt-get install -y python python-pip python-dev libxml2-dev libxslt-dev libffi-dev libssl-dev
pip install lxml && pip install pyopenssl && pip install Scrapy