Scraping using Scrapy
Here's a step-by-step guide:
Let's create a folder named politics.
Setup Environment
Now let's make a virtualenv by using the command:
python3 -m venv .venv
Activate it:
source .venv/bin/activate
Install Dependencies
Let's install scrapy by using...
kushal-pythonist.hashnode.dev2 min read