Skip to content

Асинхронный парсер документации

Notifications You must be signed in to change notification settings

antonata-c/scrapy_parser_pep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Асинхронный Парсер Python документации

Описание проекта

Данный проект выполняет парсинг данных со страниц PEP, переходит по ссылкам и собирает данные о каждом PEP.

Используемые ехнологии

  • Python 3.10
  • Scrapy

Развертывание и запуск проекта

  • Склонируйте репозиторий

git clone https://github.com/antonata-c/scrapy_parser_pep.git
cd scrapy_parser_pep
  • Создайте и активируйте виртуальное окружение (для Linux/MacOS)

python3 -m venv venv
source venv/bin/activate
  • Для Windows

python -m venv venv
source venv/Scripts/activate
  • Установите зависимости

pip install --upgrade pip
pip install -r requirements.txt

Запустите парсер

scrapy crawl pep

Автор проекта

Антон Земцов

About

Асинхронный парсер документации

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages