2022-03-09 15:16:04 +04:00

272 B

#Install
# apt-get install python3-module-sqlite3

python3 -m venv scrapy

source scrapy\bin\activate

python3 -m pip install Scrapy
#Run
git clone https://github.com/august-alt/microsoft-spider

scrapy runspider microsoft-spider/microsoft-spider.py