Skip to content

noghte/rottentomatoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotten Tomatoes Crawler

This program crawls audience reviews and critic reviews from given URLs of the https://rottentomatoes.com website

Prerequisites

Using pip

pip install requests
pip install lxml

Using conda

conda install requests
conda install lxml

Config

There are a few parameters that you can set:

  • allow_extract_critics
  • allow_extract_audience
  • page_limit
  • urls_file

Run

  • With default values: python app.py
  • With the page_limit parameter: python app.py --page_limit 10

About

Extract movie reviews from rottentomatoes website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages