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

https://github.com/feel2code/cinema_parser

Parsing top films from site about films
https://github.com/feel2code/cinema_parser

films pandas parser

Last synced: about 1 month ago
JSON representation

Parsing top films from site about films

Awesome Lists containing this project

README

          

# Movies Data Parser from KinoAfisha

![Python](https://img.shields.io/badge/Python-3.14%2B-blue)
![License](https://img.shields.io/badge/License-MIT-green)

## Overview

It's a script for parsing top cinema's info from the `KinoAfisha` website and generating a database-ready file.

## Features

- Extracts detailed information about top movies.
- Creates a structured `CSV` file for seamless integration with databases.

## Usage

Just copy-paste into your terminal and you're ready!

```bash
git clone https://github.com/feel2code/cinema_parser.git && cd cinema_parser && ./start.sh
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

- Inspired by the need for up-to-date movies datasets in databases.
- Data parses from `KinoAfisha` website, which providing a valuable source of movies info.