Skip to content

abdullahtahir-cs/web-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scrapping using python Scrapy & Selenium

A versatile web scraper to extract data including texts, images, videos, and audios from different websites, including those with dynamic content loading.

Technologies

  1. Python.
  2. Selenium.
  3. Scrapy.
  4. Pycharm IDE.

How to Run

  1. Install and configure python.
  2. Install scrapy & selenium using the following command:
pip install scrapy selenium
  1. Open terminal in folder WebScrapping.
  2. Use the following command to run scrapy spider spider1.py:
scrapy crawl spider1
  1. Run spider2.py or spider3.py using the following command:
python spider2.py
  1. spider2.py & spider3.py are selenium spiders.
  2. Must change the path in code where scraped data will be stored.

About

Web Scrapping using python Scrapy & Selenium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages