https://github.com/zacoppotamus/TerminaIMdB
A command-line interface for the IMdB
https://github.com/zacoppotamus/TerminaIMdB
Last synced: 2 months ago
JSON representation
A command-line interface for the IMdB
- Host: GitHub
- URL: https://github.com/zacoppotamus/TerminaIMdB
- Owner: zacoppotamus
- License: other
- Archived: true
- Created: 2012-12-24T01:22:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T12:39:53.000Z (about 5 years ago)
- Last Synced: 2025-03-12T13:46:57.578Z (3 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 143
- Watchers: 9
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TerminalMdB#
**TerminalMdB** (http://pypi.python.org/pypi/terminalmdb/0.0.3) is a *NIX command-line interface for the IMdB. It makes use of the excellent API over at www.omdbapi.com to retrieve
basic movie information.##Usage
Either set up an alias:
```alias imdb = python path/to/terminalMDB.py```
Or preferably use [pip](http://www.pip-installer.org/en/latest/installing.html):
```pip install terminalmdb```
TerminalMDB can be used with one of three flags:
```imdb -t "foo" => search by title and return first result```
```imdb -i "tt0066921" => search by id and return the result``` (new in version 0.0.3)
```imdb -s "bar" => search by title and return all results```

## Notes
Requires Python 2.7+
Tested on OS X 10.8
Cool things can be done with data returned from **TerminalMdB**. Use your imagination!
## To-Do
* Movie showtimes near current location
* Actor Search
## License
**TerminalMdB** is made available under the [GPL](http://www.gnu.org/licenses/gpl.html) (version 3 or later)