Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.27 KB

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