Skip to content

Extracts box office sales and budget data of a movie from Wikipedia

License

Notifications You must be signed in to change notification settings

jennyzsun/wiki_film

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia Film

Author: Jenny Sun
Coauthor: John Sun (author to get_soup_search and get_wiki_val functions)
May 2015


bb7k-overview

##Purpose The goal of wiki_film is to provide a module to users with functions that aid in the extraction of box office sales and budget data of a movie off of Wikipedia.

###Functions Include:

  • predict_movie_filter(movie, year)
  • get_soup_search(x, search)
  • get_wiki_val(title, search)
  • get_wiki_data(movie, year)
  • get_dollar_amount(x)

###To Use: Download wiki_film.py. To get data (as shown in the picture above), use get_wiki_data("insert_movie_name", insert_movie_year).
For example: get_wiki_data("Pitch Perfect", 2012)

About

Extracts box office sales and budget data of a movie from Wikipedia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages