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
- Host: GitHub
- URL: https://github.com/vbauerster/poster
- Owner: vbauerster
- Created: 2016-08-03T13:08:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T13:20:14.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T15:46:42.920Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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