Skip to content

pip-chang/film_review_scraper

Repository files navigation

Film Review Scraper

The film_review_scraper is a Python library for scraping and storing film reviews from various websites.

Currently supported websites: IMDB, RottenTomatoes, Douban

Installation

Use the package manager pip to install film_review_scraper.

pip install film_review_scraper

Quick Start

from film_review_scraper import IMDB

website = IMDB()

reviews = website.parse_reviews(website.fetch_reviews("https://www.imdb.com/title/tt0780504/reviews?ref_=tt_urv"))

Usage

Please refer to the demonstration for detailed usage.

Documentation

ReadTheDocs: film_review_scraper

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Upcoming Updates:

[ ] IMDB critic reviews with external links

[ ] Rotten Tomatoes critic reviews with external links

[ ] Douban discussion threads

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published