IMDb-Go is a program written in Go to look up IMDb information of a movie directly from the command line.
###2.1 Installation
To install the program, simply use:
sudo make install
###2.2 Uninstallation
To uninstall the program, simply use:
sudo make uninstall
Lets say you want to find the information for Harry Potter which released on 2010:
imdb -m="Harry Potter" -y=2010
Note: Make sure the moviename is in inverted commas. The year is not necessary (It will give the latest result), but helps in case of movies with similar name like in above example.
For help on the usage or flags, simply use one of the following:
imdb --help
imdb -h
Currently only Movies are supported. Tv Shows, Animes, etc will be added soon.
This project uses the MIT Open-Source License. See the [LICENSE] 1 file for more information.