Movie poster download command line tool, written in Go.
Posters are downloaded from omdbapi
❯ poster -t "The Matrix"
ID: tt0133093
Title: The Matrix
Year: 1999
Plot: A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against its controllers.
Saved => The Matrix.jpg (34711 bytes).poster: either -id or -t required
-id string
search by movie imdb id (e.g. tt1285016)
-plot string
short or full (short by default)
-t string
search by movie title
-y string
year of release, optionalgo get -u github.com/vbauerster/poster
cd $GOPATH/src/github.com/vbauerster/poster
go installMIT