Skip to content

The Wiki Movies Scraper is a Scrapy project designed to collect information on movies from Wikipedia, including their Title, Genre, Director, Country and Year.

Notifications You must be signed in to change notification settings

vlada-pv/Scrapy-Parser-Wiki-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Movie Information Scraper

The written parser collects information (title, genre, director, country, year of release) about films from Wikipedia. The following was selected as the start page — ru.wikipedia.org/wiki/Category:Film_alphabitu. The data is saved to a csv file.

Requirements

  • Python 3.10
  • Scrapy

Installation and Setup

Clone the repository and navigate to the project directory:

git clone https://github.com/vlada-pv/Scrapy-Parser-Wiki-Movies.git
cd films_parser

Usage

To run the parser, type the following command:

scrapy crawl films_spider

About

The Wiki Movies Scraper is a Scrapy project designed to collect information on movies from Wikipedia, including their Title, Genre, Director, Country and Year.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages