Skip to content

A small project with a python script that makes it easier to find movie descriptions on several movie websites.

Notifications You must be signed in to change notification settings

adambertalan/imdb-alternatives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imdb-alternatives

This Python script looks up a given movie title on several webpages and opens them in your browser's tabs.

Requirements

  • Python 3
  • pip (for installing the required modules)
  • virtualenv (installed with pip)

Usage

  1. git clone https://github.com/AdamTakeow/imdb-alternatives.git imdb-alternatives
  2. cd imdb-alternatives
  3. create venv folder here (virtualenv -p python3 venv)
  4. activate the virtual environment
  5. pip install -r requirements.txt
  6. python imdb_alternatives.py

running example

When the script starts, the user is asked to enter a movie title. The movie is searched on these websites:

The first match will be opened in a new tab in your default browser.

Contributions

About

A small project with a python script that makes it easier to find movie descriptions on several movie websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages