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

#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
Description
Spider to download DOCS from Microsoft.
Readme 5.5 KiB
Languages
Python 100%