This repo contains scripts to get information from the BoM website.
Currently we scrape the following information:
- Main Movie Characteristics from the summary page
- Box Office at the daily, weekly and weekend frequencies from USA
If you want all information run the following:
make getEverything
make getCharacteristics
Collects all box office frequencies for US market
make getAllBoxOffice
Collects all box office frequencies for US market
make getDailyBoxOffice
Collects all box office frequencies for US market
make getWeeklyBoxOffice
Collects all box office frequencies for US market
make getWeekendBoxOffice
- Get Foreign Box Office by country - week
- Assumes that you have make installed on your machine - default for Unix system
- Tested using Python 3.5.2 (64bit)