An open API service indexing awesome lists of open source software.

https://github.com/vlada-pv/scrapy-parser-wiki-movies

The Wiki Movies Scraper is a Scrapy project designed to collect information on movies from Wikipedia, including their Title, Genre, Director, Country and Year.
https://github.com/vlada-pv/scrapy-parser-wiki-movies

scrapy scrapy-spider wikipedia

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```html
git clone https://github.com/vlada-pv/Scrapy-Parser-Wiki-Movies.git
cd films_parser
```

## Usage
To run the parser, type the following command:
```html
scrapy crawl films_spider
```