Skip to content

scrapes links and data from the box office mojo website

License

Notifications You must be signed in to change notification settings

ialok/bom-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping BoM

This repo contains scripts to get information from the BoM website.

Currently we only harvest the links we are looking to get data from.

Run script to get all links using:

make getLinks

Run script to get all movie characteristics (and links if you don't have them):

make getCharacteristics

TO DO:

  1. Use links to get box office data

Currently Working On: scraping box office earnings of films

Assumes that you have make installed on your machine.

About

scrapes links and data from the box office mojo website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • Makefile 7.6%