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.
- Host: GitHub
- URL: https://github.com/vlada-pv/scrapy-parser-wiki-movies
- Owner: vlada-pv
- Created: 2024-02-02T15:43:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T22:25:00.000Z (about 1 year ago)
- Last Synced: 2025-01-22T11:30:53.312Z (4 months ago)
- Topics: scrapy, scrapy-spider, wikipedia
- Language: Python
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```