Skip to content

vbauerster/poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poster

Movie poster download command line tool, written in Go.

Posters are downloaded from omdbapi

Usage

❯ 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).

Flags

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, optional

Install

go get -u github.com/vbauerster/poster
cd $GOPATH/src/github.com/vbauerster/poster
go install

License

MIT

About

simple omdbapi client written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages