Skip to content
/ new-imdb Public

A selenium semi-automation tool to help IMDb contributors creating new film entries

License

Notifications You must be signed in to change notification settings

famgz/new-imdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new-imdb

A selenium semi-automation tool to assist IMDb contributors creating new film entries through the Adding a New Title page.

Must be logged in to IMDb.

Installation


pip install git+https://github.com/famgz/new-imdb.git

Usage


  • organize data
url = "https://url-for-some-film.com"

data = {
    'original_title' : str
    'title_eng'      : str
    'directors'      : list
    'countries'      : list
    'country_code'   : str
    'year'           : str
    'length'         : int
    'languages'      : list
    'genres'         : list
    'production'     : list
    'producer'       : list
    'screenplay'     : list
    'cinematography' : list
    'editing'        : list
    'synopsis'       : str
}
  • import and run
from new_imdb import new_imdb

new_imdb(url, data)
  • follow the prompt instructions

About

A selenium semi-automation tool to help IMDb contributors creating new film entries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages