An open API service indexing awesome lists of open source software.

https://github.com/vbauerster/poster

simple omdbapi client written in Go
https://github.com/vbauerster/poster

Last synced: 29 days ago
JSON representation

simple omdbapi client written in Go

Awesome Lists containing this project

README

          

poster
====

Movie poster download command line tool, written in Go.

Posters are downloaded from [omdbapi](http://www.omdbapi.com/)

Usage
-----

```sh
❯ 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
-----
```sh
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
-------

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

License
-------

MIT